Procházet zdrojové kódy

Added an assertion to logger test.

Taddeus Kroes před 13 roky
rodič
revize
f9c4e3ee67
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      tests/test_logger.php

+ 1 - 0
tests/test_logger.php

@@ -154,6 +154,7 @@ class LoggerTest extends PHPUnit_Extensions_OutputTestCase {
 	
 	function find_logfile() {
 		$files = scandir(LOGDIR);
+		$this->assertEquals(3, count($files));
 		return $files[2];
 	}