8000 Merge branch '3.4' · symfony/symfony@e4bfc40 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4bfc40

Browse files
Merge branch '3.4'
* 3.4: Fix phpunit bridge (ter)
2 parents 4c81ea0 + 42390a2 commit e4bfc40

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)
0