@@ -208,6 +208,10 @@ |
||
208 | 208 | $this->assertEquals('', $this->parser->parse('[test_shortcode][test_shortcode]')); |
209 | 209 | } |
210 | 210 | |
211 | + /** |
|
212 | + * @param string $a |
|
213 | + * @param string $b |
|
214 | + */ |
|
211 | 215 | protected function assertEqualsIgnoringWhitespace($a, $b, $message = null) |
212 | 216 | { |
213 | 217 | $this->assertEquals(preg_replace('/\s+/', '', $a), preg_replace('/\s+/', '', $b), $message); |
@@ -1048,6 +1048,10 @@ |
||
1048 | 1048 | } |
1049 | 1049 | } |
1050 | 1050 | |
1051 | + /** |
|
1052 | + * @param Requirements_Backend $backend |
|
1053 | + * @param string $type |
|
1054 | + */ |
|
1051 | 1055 | public function assertFileNotIncluded($backend, $type, $files) |
1052 | 1056 | { |
1053 | 1057 | $includedFiles = $this->getBackendFiles($backend, $type); |