reorder test data so that it could really happen

This commit is contained in:
SimonHeimberg 2017-07-17 00:28:56 +02:00 committed by Dmitry Khomutov
commit 03f2e353eb
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
2 changed files with 15 additions and 36 deletions

View file

@ -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);