Skip to content

Commit 9d5e2af

Browse files
committed
Comply to the latest phpcs PSR-2 code style
1 parent 5be60bb commit 9d5e2af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/PHPMockTest.php

Lines changed: 0 additions & 2 deletions
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)