Merge branch '3.4'

* 3.4:
  Fix phpunit bridge (ter)
This commit is contained in:
Nicolas Grekas 2017-10-13 18:56:12 +02:00
commit e4bfc40d0e

View File

@ -19,6 +19,6 @@ class ProcessIsolationTest extends TestCase
public function testIsolation()
{
@trigger_error('Test abc', E_USER_DEPRECATED);
$test->addToAssertionCount(1);
$this->addToAssertionCount(1);
}
}