Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
wp-cli /
wp-cli-tests /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
install-package-tests
5.08
KB
-rwxr-xr-x
rerun-behat-tests
674
B
-rwxr-xr-x
run-behat-tests
1.52
KB
-rwxr-xr-x
run-linter-tests
75
B
-rwxr-xr-x
run-php-unit-tests
797
B
-rwxr-xr-x
run-phpcbf-cleanup
207
B
-rwxr-xr-x
run-phpcs-tests
206
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : run-php-unit-tests
#!/bin/sh # Run the unit tests, if they exist if [ -f "phpunit.xml" ] || [ -f "phpunit.xml.dist" ] || [ -f ".phpunit.xml" ] || [ -f ".phpunit.xml.dist" ] then PHPUNIT_VERSION=$(vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+') EXTRA_ARGS="" if [ "${PHPUNIT_VERSION#11}" != "$PHPUNIT_VERSION" ] || [ "${PHPUNIT_VERSION#10}" != "$PHPUNIT_VERSION" ]; then EXTRA_ARGS="--display-warnings --fail-on-warning --display-notices --fail-on-notice --display-deprecations --fail-on-deprecation" fi if [ -f "./vendor/wp-cli/wp-cli-tests/tests/bootstrap.php" ]; then vendor/bin/phpunit --color=always "$@" $EXTRA_ARGS --bootstrap ./vendor/wp-cli/wp-cli-tests/tests/bootstrap.php else vendor/bin/phpunit --color=always "$@" $EXTRA_ARGS fi fi
Close