1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12273] Move phpBB test to new file and use a data provider

PHPBB3-12273
This commit is contained in:
Joas Schilling
2014-04-20 14:28:09 +02:00
parent 8ddc9ff185
commit b83a555da5
3 changed files with 51 additions and 8 deletions

View File

@@ -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());
}
}