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.2
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-5.6.md
# Changes in PHPUnit 5.6 All notable changes of the PHPUnit 5.6 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [5.6.8] - 2016-12-02 ### Fixed * Fixed [#1976](https://github.com/sebastianbergmann/phpunit/issues/1976): `str_repeat()` error when using lowest dependencies ## [5.6.7] - 2016-11-28 ### Changed * The logic for not performing the check for unintentionally covered code on `@medium` and `@large` tests has been moved to `php-code-coverage` ## [5.6.6] - 2016-11-28 ### Fixed * Fixed [#2367](https://github.com/sebastianbergmann/phpunit/pull/2367): Bug in `PHPUnit_Util_Test::parseAnnotationContent()` * Fixed [#2375](https://github.com/sebastianbergmann/phpunit/issues/2375): Invalid regular expression for `--filter` causes PHP warning ## [5.6.5] - 2016-11-21 ### Fixed * Fixed [#2366](https://github.com/sebastianbergmann/phpunit/issues/2366): Using a test double from a data provider only works once ### Changed Bumped the required versions of `sebastian/comparator`, `sebastian/exporter`, and `sebastian/enumerator` ## [5.6.4] - 2016-11-18 ### Fixed * Fixed [#2361](https://github.com/sebastianbergmann/phpunit/issues/2361): Conflict with newer versions of `sebastian/recursion-context` ## [5.6.3] - 2016-11-14 ### Fixed * Improved the fix for [#1955](https://github.com/sebastianbergmann/phpunit/issues/1955): Process isolation fails when running tests with `phpdbg -qrr` ## [5.6.2] - 2016-10-25 New PHAR release due to updated dependencies ## [5.6.1] - 2016-10-07 ### Fixed * Fixed [#2320](https://github.com/sebastianbergmann/phpunit/issues/2320): Conflict between `PHPUnit_Framework_TestCase::getDataSet()` and `PHPUnit_Extensions_Database_TestCase::getDataSet()` ## [5.6.0] - 2016-10-07 ### Added * Merged [#2240](https://github.com/sebastianbergmann/phpunit/pull/2240): Provide access to a test case's data set (for use in `setUp()`, for instance) * Merged [#2262](https://github.com/sebastianbergmann/phpunit/pull/2262): Add the `PHPUnit_Framework_Constraint_DirectoryExists`, `PHPUnit_Framework_Constraint_IsReadable`, and `PHPUnit_Framework_Constraint_IsWritable` constraints as well as the `assertIsReadable()`, `assertNotIsReadable()`, `assertIsWritable()`, `assertNotIsWritable()`, `assertDirectoryExists()`, `assertDirectoryNotExists()`, `assertDirectoryIsReadable()`, `assertDirectoryNotIsReadable()`, `assertDirectoryIsWritable()`, `assertDirectoryNotIsWritable()`, `assertFileIsReadable()`, `assertFileNotIsReadable()`, `assertFileIsWritable()`, and `assertFileNotIsWritable()` assertions * Added `PHPUnit\Framework\TestCase::createConfiguredMock()` based on [idea](https://twitter.com/kriswallsmith/status/763550169090625536) by Kris Wallsmith * Added the `@doesNotPerformAssertions` annotation for excluding a test from the "useless test" risky test check ### Changed * Deprecated `PHPUnit\Framework\TestCase::setExpectedExceptionRegExp()` * `PHPUnit_Util_Printer` no longer optionally cleans up HTML output using `ext/tidy` [5.6.8]: https://github.com/sebastianbergmann/phpunit/compare/5.6.7...5.6.8 [5.6.7]: https://github.com/sebastianbergmann/phpunit/compare/5.6.6...5.6.7 [5.6.6]: https://github.com/sebastianbergmann/phpunit/compare/5.6.5...5.6.6 [5.6.5]: https://github.com/sebastianbergmann/phpunit/compare/5.6.4...5.6.5 [5.6.4]: https://github.com/sebastianbergmann/phpunit/compare/5.6.3...5.6.4 [5.6.3]: https://github.com/sebastianbergmann/phpunit/compare/5.6.2...5.6.3 [5.6.2]: https://github.com/sebastianbergmann/phpunit/compare/5.6.1...5.6.2 [5.6.1]: https://github.com/sebastianbergmann/phpunit/compare/5.6.0...5.6.1 [5.6.0]: https://github.com/sebastianbergmann/phpunit/compare/5.5...5.6.0
Close