@@ -166,6 +166,4 @@ |
||
166 | 166 | throw new Exception("Cannot read dump file \"$absolutePath\""); |
167 | 167 | } |
168 | 168 | |
169 | - return $absolutePath; |
|
170 | - } |
|
171 | -} |
|
169 | + return $absolutePath |
|
172 | 170 | \ No newline at end of file |
@@ -97,6 +97,4 @@ |
||
97 | 97 | - it is not himself |
98 | 98 | - mocked reason |
99 | 99 | STRING; |
100 | - self::assertSame($expected, $acl->getLastDenialMessage()); |
|
101 | - } |
|
102 | -} |
|
100 | + self::assertSame($expected, $acl->getLastDenialMessage |
|
103 | 101 | \ No newline at end of file |