Skip to content

Commit 5dee031

Browse files
author
Andru Cherny
authored
Update MockFailedTest.php
1 parent 9a2a4b8 commit 5dee031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/MockFailedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MockFailedTest extends \PHPUnit_Framework_TestCase
1212

1313
protected function setUp()
1414
{
15-
$this->expectException('PHPUnit_Framework_ExpectationFailedException')
15+
$this->expectException('PHPUnit_Framework_ExpectationFailedException');
1616
}
1717

1818
protected function tearDown()

0 commit comments

Comments
 (0)