/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
logging
/
Upload File
HOME
--TEST-- phpunit --log-junit php://stdout _files/StatusTest.php --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = '--log-junit'; $_SERVER['argv'][] = 'php://stdout'; $_SERVER['argv'][] = __DIR__ . '/../_files/basic/unit/StatusTest.php'; require_once __DIR__ . '/../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. .FEISRW.FEISRW 14 / 14 (100%)<?xml version="1.0" encoding="UTF-8"?> <testsuites> <testsuite name="PHPUnit\SelfTest\Basic\StatusTest" file="%sStatusTest.php" tests="14" assertions="4" errors="4" warnings="2" failures="2" skipped="4" time="%f"> <testcase name="testSuccess" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="1" time="%f"/> <testcase name="testFailure" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="1" time="%f"> <failure type="PHPUnit\Framework\ExpectationFailedException">PHPUnit\SelfTest\Basic\StatusTest::testFailure Failed asserting that false is true. %sStatusTest.php:%d</failure> </testcase> <testcase name="testError" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <error type="RuntimeException">PHPUnit\SelfTest\Basic\StatusTest::testError RuntimeException:%w %sStatusTest.php:%d</error> </testcase> <testcase name="testIncomplete" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <skipped/> </testcase> <testcase name="testSkipped" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <skipped/> </testcase> <testcase name="testRisky" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <error type="PHPUnit\Framework\RiskyTestError">PHPUnit\SelfTest\Basic\StatusTest::testRisky This test did not perform any assertions %sStatusTest.php:%d</error> </testcase> <testcase name="testWarning" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <warning type="PHPUnit\Framework\Warning">PHPUnit\SelfTest\Basic\StatusTest::testWarning %sStatusTest.php:%d</warning> </testcase> <testcase name="testSuccessWithMessage" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="1" time="%f"/> <testcase name="testFailureWithMessage" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="1" time="%f"> <failure type="PHPUnit\Framework\ExpectationFailedException">PHPUnit\SelfTest\Basic\StatusTest::testFailureWithMessage failure with custom message Failed asserting that false is true. %sStatusTest.php:%d</failure> </testcase> <testcase name="testErrorWithMessage" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <error type="RuntimeException">PHPUnit\SelfTest\Basic\StatusTest::testErrorWithMessage RuntimeException: error with custom message %sStatusTest.php:%d</error> </testcase> <testcase name="testIncompleteWithMessage" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <skipped/> </testcase> <testcase name="testSkippedWithMessage" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <skipped/> </testcase> <testcase name="testRiskyWithMessage" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <error type="PHPUnit\Framework\RiskyTestError">PHPUnit\SelfTest\Basic\StatusTest::testRiskyWithMessage This test did not perform any assertions %sStatusTest.php:%d</error> </testcase> <testcase name="testWarningWithMessage" class="PHPUnit\SelfTest\Basic\StatusTest" classname="PHPUnit.SelfTest.Basic.StatusTest" file="%sStatusTest.php" line="%d" assertions="0" time="%f"> <warning type="PHPUnit\Framework\Warning">PHPUnit\SelfTest\Basic\StatusTest::testWarningWithMessage warning with custom message %sStatusTest.php:%d</warning> </testcase> </testsuite> </testsuites> Time: %s, Memory: %s There were 2 errors: 1) PHPUnit\SelfTest\Basic\StatusTest::testError RuntimeException:%w %sStatusTest.php:%d 2) PHPUnit\SelfTest\Basic\StatusTest::testErrorWithMessage RuntimeException: error with custom message %sStatusTest.php:%d -- There were 2 warnings: 1) PHPUnit\SelfTest\Basic\StatusTest::testWarning %sStatusTest.php:%d 2) PHPUnit\SelfTest\Basic\StatusTest::testWarningWithMessage warning with custom message %sStatusTest.php:%d -- There were 2 failures: 1) PHPUnit\SelfTest\Basic\StatusTest::testFailure Failed asserting that false is true. %sStatusTest.php:%d 2) PHPUnit\SelfTest\Basic\StatusTest::testFailureWithMessage failure with custom message Failed asserting that false is true. %sStatusTest.php:%d -- There were 2 risky tests: 1) PHPUnit\SelfTest\Basic\StatusTest::testRisky This test did not perform any assertions %sStatusTest.php:%d 2) PHPUnit\SelfTest\Basic\StatusTest::testRiskyWithMessage This test did not perform any assertions %sStatusTest.php:%d ERRORS! Tests: 14, Assertions: 4, Errors: 2, Failures: 2, Warnings: 2, Skipped: 2, Incomplete: 2, Risky: 2.