Blame | Last modification | View Log | Download
--TEST--phpunit --process-isolation --verbose DependencyTestSuite ../_files/DependencyTestSuite.php--FILE--<?php$_SERVER['argv'][1] = '--no-configuration';$_SERVER['argv'][2] = '--process-isolation';$_SERVER['argv'][3] = '--verbose';$_SERVER['argv'][4] = 'DependencyTestSuite';$_SERVER['argv'][5] = __DIR__ . '/../_files/DependencyTestSuite.php';require __DIR__ . '/../bootstrap.php';PHPUnit_TextUI_Command::main();--EXPECTF--PHPUnit %s by Sebastian Bergmann and contributors.Runtime: %s...FSSS 7 / 7 (100%)Time: %s, Memory: %sThere was 1 failure:1) DependencyFailureTest::testOne%s:%i--There were 3 skipped tests:1) DependencyFailureTest::testTwoThis test depends on "DependencyFailureTest::testOne" to pass.2) DependencyFailureTest::testThreeThis test depends on "DependencyFailureTest::testTwo" to pass.3) DependencyFailureTest::testFourThis test depends on "DependencyFailureTest::testOne" to pass.FAILURES!Tests: 7, Assertions: 0, Failures: 1, Skipped: 3.