diff options
Diffstat (limited to 'tests/event/php_exporter_test.php')
-rw-r--r-- | tests/event/php_exporter_test.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/event/php_exporter_test.php b/tests/event/php_exporter_test.php index fca7698c71..a289f5f6e4 100644 --- a/tests/event/php_exporter_test.php +++ b/tests/event/php_exporter_test.php @@ -688,11 +688,4 @@ class phpbb_event_php_exporter_test extends phpbb_test_case $this->exporter->set_content($lines); $this->exporter->find_description(); } - - public function test_crawl_phpbb_directory_php() - { - global $phpbb_root_path; - $exporter = new \phpbb\event\php_exporter($phpbb_root_path); - $this->assertGreaterThan(0, $exporter->crawl_phpbb_directory_php()); - } } |