renamed tests folder
This commit is contained in:
9
phpunittests/core/LoggerTest.php
Normal file
9
phpunittests/core/LoggerTest.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use ManiaControl\Logger;
|
||||
|
||||
class LoggerTest extends PHPUnit_Framework_TestCase {
|
||||
public function testGetLogsFolder(){
|
||||
$this->assertEquals(Logger::getLogsFolder(), MANIACONTROL_PATH . 'logs' . DIRECTORY_SEPARATOR);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user