reorder test data so that it could really happen
This commit is contained in:
parent
c3c103cc78
commit
03f2e353eb
2 changed files with 15 additions and 36 deletions
|
|
@ -21,7 +21,7 @@ class PhpUnitResultTest extends \PHPUnit_Framework_TestCase
|
|||
$output = $parser->parse()->getResults();
|
||||
$errors = $parser->getErrors();
|
||||
|
||||
$this->assertEquals(8, $parser->getFailures());
|
||||
$this->assertEquals(7, $parser->getFailures());
|
||||
$this->assertInternalType('array', $output);
|
||||
$this->assertInternalType('array', $errors);
|
||||
$this->assertNotEmpty($output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue