Merge branch '3.3' into 3.4

* 3.3:
  Fix phpunit bridge (ter)
This commit is contained in:
Nicolas Grekas 2017-10-13 18:56:07 +02:00
commit 42390a2b00

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