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.189
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 /
mockery /
mockery /
[ HOME SHELL ]
Name
Size
Permission
Action
docs
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
library
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
travis
[ DIR ]
drwxr-xr-x
.gitignore
149
B
-rw-r--r--
.php_cs
348
B
-rw-r--r--
.scrutinizer.yml
706
B
-rw-r--r--
.styleci.yml
14
B
-rw-r--r--
.travis.yml
592
B
-rw-r--r--
CHANGELOG.md
1.69
KB
-rw-r--r--
CONTRIBUTING.md
3.4
KB
-rw-r--r--
LICENSE
1.48
KB
-rw-r--r--
README.md
2.57
KB
-rw-r--r--
composer.json
1.49
KB
-rw-r--r--
package.xml
12.12
KB
-rw-r--r--
phpunit.xml.dist
1.53
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CHANGELOG.md
# Change Log ## 0.9.4 (XXXX-XX-XX) * `shouldIgnoreMissing` will respect global `allowMockingNonExistentMethods` config * Some support for variadic parameters * Hamcrest is now a required dependency * Instance mocks now respect `shouldIgnoreMissing` call on control instance * This will be the *last version to support PHP 5.3* * Added `Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration` trait * Added `makePartial` to `Mockery\MockInterface` as it was missing ## 0.9.3 (2014-12-22) * Added a basic spy implementation * Added `Mockery\Adapter\Phpunit\MockeryTestCase` for more reliable PHPUnit integration ## 0.9.2 (2014-09-03) * Some workarounds for the serilisation problems created by changes to PHP in 5.5.13, 5.4.29, 5.6. * Demeter chains attempt to reuse doubles as they see fit, so for foo->bar and foo->baz, we'll attempt to use the same foo ## 0.9.1 (2014-05-02) * Allow specifying consecutive exceptions to be thrown with `andThrowExceptions` * Allow specifying methods which can be mocked when using `Mockery\Configuration::allowMockingNonExistentMethods(false)` with `Mockery\MockInterface::shouldAllowMockingMethod($methodName)` * Added andReturnSelf method: `$mock->shouldReceive("foo")->andReturnSelf()` * `shouldIgnoreMissing` now takes an optional value that will be return instead of null, e.g. `$mock->shouldIgnoreMissing($mock)` ## 0.9.0 (2014-02-05) * Allow mocking classes with final __wakeup() method * Quick definitions are now always `byDefault` * Allow mocking of protected methods with `shouldAllowMockingProtectedMethods` * Support official Hamcrest package * Generator completely rewritten * Easily create named mocks with namedMock
Close