Skip to content

Commit

Permalink
Merge branch '3.4'
Browse files Browse the repository at this point in the history
* 3.4:
  Fix phpunit bridge (ter)
  • Loading branch information
nicolas-grekas committed Oct 13, 2017
2 parents 4c81ea0 + 42390a2 commit e4bfc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class ProcessIsolationTest extends TestCase
public function testIsolation()
{
@trigger_error('Test abc', E_USER_DEPRECATED);
$test->addToAssertionCount(1);
$this->addToAssertionCount(1);
}
}

0 comments on commit e4bfc40

Please sign in to comment.