Started PHPUnit Tests
This commit is contained in:
		
							
								
								
									
										15
									
								
								Tests/core/LoggerTest.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								Tests/core/LoggerTest.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| <?php | ||||
| /** | ||||
|  * Created by PhpStorm. | ||||
|  * User: Lukas | ||||
|  * Date: 14. Apr. 2017 | ||||
|  * Time: 22:41 | ||||
|  */ | ||||
|  | ||||
| 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