Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sdgamatya /
vendor /
phpunit /
phpunit /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.gitattributes
42
B
-rw-r--r--
.gitignore
323
B
-rw-r--r--
.php_cs
3.05
KB
-rw-r--r--
.stickler.yml
53
B
-rw-r--r--
.travis.yml
1.37
KB
-rw-r--r--
ChangeLog-4.0.md
7.87
KB
-rw-r--r--
ChangeLog-4.1.md
3.54
KB
-rw-r--r--
ChangeLog-4.2.md
2.41
KB
-rw-r--r--
ChangeLog-4.3.md
2.46
KB
-rw-r--r--
ChangeLog-4.4.md
2.32
KB
-rw-r--r--
ChangeLog-4.5.md
1.24
KB
-rw-r--r--
ChangeLog-4.6.md
4.16
KB
-rw-r--r--
ChangeLog-4.7.md
3
KB
-rw-r--r--
ChangeLog-4.8.md
12.16
KB
-rw-r--r--
ChangeLog-5.0.md
6.23
KB
-rw-r--r--
ChangeLog-5.1.md
2.72
KB
-rw-r--r--
ChangeLog-5.2.md
5.09
KB
-rw-r--r--
ChangeLog-5.3.md
2.56
KB
-rw-r--r--
ChangeLog-5.4.md
4.47
KB
-rw-r--r--
ChangeLog-5.5.md
2.86
KB
-rw-r--r--
ChangeLog-5.6.md
3.73
KB
-rw-r--r--
ChangeLog-5.7.md
9.79
KB
-rw-r--r--
LICENSE
1.54
KB
-rw-r--r--
README.md
2.15
KB
-rw-r--r--
build.xml
18.74
KB
-rw-r--r--
composer.json
2.13
KB
-rw-r--r--
phpunit
1.3
KB
-rw-r--r--
phpunit.xml
1.22
KB
-rw-r--r--
phpunit.xsd
12.86
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ChangeLog-4.1.md
# Changes in PHPUnit 4.1 All notable changes of the PHPUnit 4.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [4.1.6] - 2014-08-17 ### Fixed * Fixed [#1380](https://github.com/sebastianbergmann/phpunit/issues/1380): `assertMatch()` returns `Unexpected end tag : hr` * Fixed [#1390](https://github.com/sebastianbergmann/phpunit/issues/1390): Licensing issue with third-party components bundled in PHAR distribution ## [4.1.5] - 2014-08-07 ### Changed * Implemented [#1330](https://github.com/sebastianbergmann/phpunit/issues/1330): Allow non-ambiguous shortened long options ### Fixed * Fixed [#529](https://github.com/sebastianbergmann/phpunit/issues/529): Tests missed in execution when another test extends from it * Fixed [#1149](https://github.com/sebastianbergmann/phpunit/issues/1149): Test swallows output buffer when run in a separate process * Fixed [#1336](https://github.com/sebastianbergmann/phpunit/issues/1336): Problem in process isolation with global variables that contain an object which contains a string which contains multiple backslashes * Fixed [#1337](https://github.com/sebastianbergmann/phpunit/issues/1337): Data Provider with `\` at the end of the name breaks with process isolation * Fixed [#1345](https://github.com/sebastianbergmann/phpunit/issues/1345): Process isolation blocks infinitely upon fatal error in child process * Fixed [#1354](https://github.com/sebastianbergmann/phpunit/issues/1354): PHPUnit test suite fails on Windows * Fixed [#1369](https://github.com/sebastianbergmann/phpunit/issues/1369): Performance of `TestSuite::addTestFile()` and missing documentation * Fixed [#1374](https://github.com/sebastianbergmann/phpunit/issues/1374): `tearDown()` is called despite unmet requirements ## [4.1.4] - 2014-07-18 ### Fixed * Fixed [#1265](https://github.com/sebastianbergmann/phpunit/issues/1265): `PHPUnit_Runner_StandardTestSuiteLoader` could not be configured as loader * Fixed [#1311](https://github.com/sebastianbergmann/phpunit/issues/1311): Incomplete XML Schema for PHPUnit XML configuration file * Fixed [#1314](https://github.com/sebastianbergmann/phpunit/issues/1314): Bug in configuration parser ## [4.1.3] - 2014-06-11 New release of PHPUnit as PHP Archive (PHAR) with updated dependencies ## [4.1.2] - 2014-06-07 New release of PHPUnit as PHP Archive (PHAR) with updated dependencies ## [4.1.1] - 2014-05-24 ### Added * Added `--selfupdate` alias for `--self-update` ### Changed * Improved the fix for [#1133](https://github.com/sebastianbergmann/phpunit/issues/1133) ### Fixed * Fixed the constructor argument for `SebastianBergmann\Version` ## [4.1.0] - 2014-05-02 ### Changed * The code to compare PHP values for equality (in `assertEquals()`, for instance) has been factored out into a [separate component](https://github.com/sebastianbergmann/comparator) * [The mock object generator is now created lazily](https://github.com/sebastianbergmann/phpunit/pull/1165) [4.1.6]: https://github.com/sebastianbergmann/phpunit/compare/4.1.5...4.1.6 [4.1.5]: https://github.com/sebastianbergmann/phpunit/compare/4.1.4...4.1.5 [4.1.4]: https://github.com/sebastianbergmann/phpunit/compare/4.1.3...4.1.4 [4.1.3]: https://github.com/sebastianbergmann/phpunit/compare/4.1.2...4.1.3 [4.1.2]: https://github.com/sebastianbergmann/phpunit/compare/4.1.1...4.1.2 [4.1.1]: https://github.com/sebastianbergmann/phpunit/compare/4.1.0...4.1.1 [4.1.0]: https://github.com/sebastianbergmann/phpunit/compare/4.0...4.1.0
Close