Skip to content

Commit 4591bc9

Browse files
committed
Comply to the latest phpcs PSR-2 code style
1 parent b0cb920 commit 4591bc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/PHPMockTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ public function testFunctionMockFailsExpectation()
5858

5959
$time->__phpunit_verify();
6060
$this->fail("Expectation should fail");
61-
6261
} catch (\PHPUnit_Framework_ExpectationFailedException $e) {
6362
time(); // satisfy the expectation
64-
6563
}
6664
}
6765
}

0 commit comments

Comments
 (0)