mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.
PHPBB3-9596
This commit is contained in:
committed by
Oleg Pudeyev
parent
9bc62056b2
commit
7a8233020b
@@ -11,7 +11,7 @@ class phpbb_cron_manager_test extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
$this->manager = new phpbb_cron_manager();
|
||||
$this->manager = new phpbb_cron_manager(__DIR__ . '/../../phpBB/', 'php');
|
||||
}
|
||||
|
||||
public function test_manager_finds_shipped_tasks()
|
||||
|
Reference in New Issue
Block a user