/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
generic
/
Upload File
HOME
--TEST-- phpunit ../../_files/NothingTest.php --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = __DIR__ . '/../../_files/NothingTest.php'; require_once __DIR__ . '/../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. R 1 / 1 (100%) Time: %s, Memory: %s There was 1 risky test: 1) PHPUnit\TestFixture\NothingTest::testNothing This test did not perform any assertions %s:%d OK, but incomplete, skipped, or risky tests! Tests: 1, Assertions: 0, Risky: 1.