Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42390a2

Browse files
Merge branch '3.3' into 3.4
* 3.3: Fix phpunit bridge (ter)
2 parents 0454396 + a522f5e commit 42390a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ class ProcessIsolationTest extends TestCase
1919
public function testIsolation()
2020
{
2121
@trigger_error('Test abc', E_USER_DEPRECATED);
22-
$test->addToAssertionCount(1);
22+
$this->addToAssertionCount(1);
2323
}
2424
}

0 commit comments

Comments
 (0)