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.3 All notable changes of the PHPUnit 7.3 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [7.3.6] - 2018-MM-DD ### Fixed * Fixed [#3310](https://github.com/sebastianbergmann/phpunit/issues/3310): Inconsistent `@throws` annotations in `Assert/Functions.php` ## [7.3.5] - 2018-09-08 ### Fixed * Fixed [#3181](https://github.com/sebastianbergmann/phpunit/issues/3181): `--filter` should be case-insensitive * Fixed [#3234](https://github.com/sebastianbergmann/phpunit/issues/3234): `assertArraySubset()` with `$strict=true` does not display differences properly * Fixed [#3254](https://github.com/sebastianbergmann/phpunit/issues/3254): TextUI test runner cannot run a `Test` instance that is not a `TestSuite` ## [7.3.4] - 2018-09-05 ### Fixed * Fixed [#3270](https://github.com/sebastianbergmann/phpunit/issues/3270): Array / Object to string conversion in `NamePrettifier` ## [7.3.3] - 2018-09-01 ### Fixed * Fixed [#3265](https://github.com/sebastianbergmann/phpunit/pull/3265): Slashes are unnecessarily escaped in prettified JSON * Fixed [#3267](https://github.com/sebastianbergmann/phpunit/pull/3267): `%` not escaped correctly for `StringMatchesFormat` constraint ## [7.3.2] - 2018-08-22 ### Fixed * Fixed [#3219](https://github.com/sebastianbergmann/phpunit/issues/3219): `getMockFromWsdl()` generates invalid PHP code when WSDL filename contains special characters * Fixed [#3248](https://github.com/sebastianbergmann/phpunit/issues/3248) and [#3233](https://github.com/sebastianbergmann/phpunit/issues/3233): `phpunit.xsd` dictates element order where it should not * Fixed [#3251](https://github.com/sebastianbergmann/phpunit/issues/3251): TeamCity result logger is missing test duration information ## [7.3.1] - 2018-08-07 ### Changed * Reverted [#3161](https://github.com/sebastianbergmann/phpunit/pull/3161) (because of [#3240](https://github.com/sebastianbergmann/phpunit/issues/3240)): Support for indexed arrays in `PHPUnit\Framework\Constraint\ArraySubset` ### Fixed * Fixed [#3237](https://github.com/sebastianbergmann/phpunit/issues/3237): Result caching enabled by default * Fixed [#3240](https://github.com/sebastianbergmann/phpunit/issues/3240): `assertArraySubset()` does not work as expected ## [7.3.0] - 2018-08-03 ### Added * Implemented [#3147](https://github.com/sebastianbergmann/phpunit/pull/3147): Support for running tests first that failed in a previous run * Implemented `cacheResult` configuration directive and `--cache-result` CLI option to control test result cache required for "run defects first" functionality (disabled by default) * Implemented `cacheResultFile` configuration directive and `--cache-result-file` CLI option to configure test result cache file (default: `.phpunit.result.cache`) * Implemented `stopOnDefect` configuration directive and `--stop-on-defect` CLI option for aborting test suite execution upon first defective test * Implemented `executionOrder` configuration directive and `--order-by` CLI option for sorting the test suite before execution * The `--order-by=random` CLI option should now be used instead of `--random-order` * The `--order-by=depends` CLI option should now be used instead of `--resolve-dependencies` * The `--order-by=reverse` CLI option should now be used instead of `--reverse-order` * Implemented [#3161](https://github.com/sebastianbergmann/phpunit/pull/3161): Support for indexed arrays in `PHPUnit\Framework\Constraint\ArraySubset` * Implemented [#3194](https://github.com/sebastianbergmann/phpunit/issues/3194): `@covers class` (and `@uses class`) should include traits used by class * Implemented [#3196](https://github.com/sebastianbergmann/phpunit/issues/3196): Support for replacing placeholders in `@testdox` text with data provider values * Implemented [#3198](https://github.com/sebastianbergmann/phpunit/pull/3198): Provide source location for useless tests ### Fixed * Fixed [#3154](https://github.com/sebastianbergmann/phpunit/issues/3154): Global constants as default parameter values are not handled correctly in namespace * Fixed [#3218](https://github.com/sebastianbergmann/phpunit/issues/3218): `prefix` attribute for `directory` node missing from `phpunit.xml` XSD * Fixed [#3222](https://github.com/sebastianbergmann/phpunit/pull/3222): Priority of `@covers` and `@coversNothing` is wrong * Fixed [#3225](https://github.com/sebastianbergmann/phpunit/issues/3225): `coverage-php` missing from `phpunit.xsd` [7.3.6]: https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.3.6 [7.3.5]: https://github.com/sebastianbergmann/phpunit/compare/7.3.4...7.3.5 [7.3.4]: https://github.com/sebastianbergmann/phpunit/compare/7.3.3...7.3.4 [7.3.3]: https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.3 [7.3.2]: https://github.com/sebastianbergmann/phpunit/compare/7.3.1...7.3.2 [7.3.1]: https://github.com/sebastianbergmann/phpunit/compare/7.3.0...7.3.1 [7.3.0]: https://github.com/sebastianbergmann/phpunit/compare/7.2...7.3.0