Commit f9c4e3ee authored by Taddeus Kroes's avatar Taddeus Kroes

Added an assertion to logger test.

parent 852e39ea
......@@ -154,6 +154,7 @@ class LoggerTest extends PHPUnit_Extensions_OutputTestCase {
function find_logfile() {
$files = scandir(LOGDIR);
$this->assertEquals(3, count($files));
return $files[2];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment