Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.40.13
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
phpunit /
phpunit /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2018-12-03 09:00
.phan
[ DIR ]
drwxr-xr-x
2018-12-03 09:00
src
[ DIR ]
drwxr-xr-x
2018-12-03 09:00
tests
[ DIR ]
drwxr-xr-x
2018-12-03 09:00
.editorconfig
179
B
-rw-r--r--
2018-12-03 09:00
.gitattributes
38
B
-rw-r--r--
2018-12-03 09:00
.gitignore
357
B
-rw-r--r--
2018-12-03 09:00
.php_cs.dist
7.64
KB
-rw-r--r--
2018-12-03 09:00
.travis.yml
1.67
KB
-rw-r--r--
2018-12-03 09:00
ChangeLog-6.5.md
5.34
KB
-rw-r--r--
2018-12-03 09:00
ChangeLog-7.0.md
3.06
KB
-rw-r--r--
2018-12-03 09:00
ChangeLog-7.1.md
2.74
KB
-rw-r--r--
2018-12-03 09:00
ChangeLog-7.2.md
3.77
KB
-rw-r--r--
2018-12-03 09:00
ChangeLog-7.3.md
4.96
KB
-rw-r--r--
2018-12-03 09:00
ChangeLog-7.4.md
2.99
KB
-rw-r--r--
2018-12-03 09:00
LICENSE
1.51
KB
-rw-r--r--
2018-12-03 09:00
README.md
2.38
KB
-rw-r--r--
2018-12-03 09:00
appveyor.yml
2.53
KB
-rw-r--r--
2018-12-03 09:00
build.xml
18.73
KB
-rw-r--r--
2018-12-03 09:00
composer.json
2.28
KB
-rw-r--r--
2018-12-03 09:00
phive.xml
514
B
-rw-r--r--
2018-12-03 09:00
phpunit
1.38
KB
-rwxrwxr-x
2018-12-03 09:00
phpunit.xml
946
B
-rw-r--r--
2018-12-03 09:00
phpunit.xsd
16.07
KB
-rw-r--r--
2018-12-03 09:00
Save
Rename
# Changes in PHPUnit 7.1 All notable changes of the PHPUnit 7.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [7.1.6] - 2018-MM-DD ### Fixed * Fixed [#3107](https://github.com/sebastianbergmann/phpunit/issues/3107): `CliTestDoxPrinter::addError()` cannot handle errors in `setUpBeforeClass()` * Fixed [#3142](https://github.com/sebastianbergmann/phpunit/issues/3142): Method-level annotations (`@backupGlobals`, `@backupStaticAttributes`, `@errorHandler`, `@preserveGlobalState`) do not override class-level annotations ## [7.1.5] - 2018-04-29 ### Fixed * Fixed [#3105](https://github.com/sebastianbergmann/phpunit/pull/3105): Name is prettified inconsistently when snake_case notation is used ## [7.1.4] - 2018-04-18 ### Fixed * Fixed [#3034](https://github.com/sebastianbergmann/phpunit/pull/3034): `$this->getStatus()` returns `STATUS_PASSED` in `tearDown()` after unexpected exception ## [7.1.3] - 2018-04-13 ### Fixed * Fixed [#3094](https://github.com/sebastianbergmann/phpunit/issues/3094): Faulty dependency constraint affecting `getObjectForTrait()` (failure using `--prefer-lowest`) ## [7.1.2] - 2018-04-10 ### Fixed * Fixed [#2830](https://github.com/sebastianbergmann/phpunit/issues/2830): `@runClassInSeparateProcess` does not work for tests that use `@dataProvider` * Fixed [#3059](https://github.com/sebastianbergmann/phpunit/pull/3059): `StringMatchesFormatDescription` constraint fails when matching multiline with `\r\n` * Fixed [#3087](https://github.com/sebastianbergmann/phpunit/pull/3087): `TestCase::getTestResultObject()` can return `null` ## [7.1.1] - 2018-04-06 ### Fixed * `CliTestDoxPrinter::writeProgress()` and `TeamCity::writeProgress()` are not compatible with `ResultPrinter::writeProgress()` (on PHP 7.1) ## [7.1.0] - 2018-04-06 ### Added * Implemented [#3002](https://github.com/sebastianbergmann/phpunit/issues/3002): Support for test runner extensions * Implemented [#3035](https://github.com/sebastianbergmann/phpunit/pull/3035): Add support for `iterable` in `assertInternalType()` ### Changed * `PHPUnit\Framework\Assert` is no longer searched for test methods * `ReflectionMethod::invokeArgs()` is no longer used to invoke test methods [7.1.6]: https://github.com/sebastianbergmann/phpunit/compare/7.1.5...7.1.6 [7.1.5]: https://github.com/sebastianbergmann/phpunit/compare/7.1.4...7.1.5 [7.1.4]: https://github.com/sebastianbergmann/phpunit/compare/7.1.3...7.1.4 [7.1.3]: https://github.com/sebastianbergmann/phpunit/compare/7.1.2...7.1.3 [7.1.2]: https://github.com/sebastianbergmann/phpunit/compare/7.1.1...7.1.2 [7.1.1]: https://github.com/sebastianbergmann/phpunit/compare/7.1.0...7.1.1 [7.1.0]: https://github.com/sebastianbergmann/phpunit/compare/7.0...7.1.0