renamed tests folder
This commit is contained in:
23
phpunittests/core/ManiaControlTest.php
Normal file
23
phpunittests/core/ManiaControlTest.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
use ManiaControl\ManiaControl;
|
||||
|
||||
class ManiaControlTest extends PHPUnit_Framework_TestCase {
|
||||
public function testRun(){
|
||||
$maniaControl = new ManiaControl();
|
||||
$maniaControl->run(10);
|
||||
|
||||
sleep(15);
|
||||
|
||||
//$this->l
|
||||
//$this->assertNull($maniaControl);
|
||||
}
|
||||
|
||||
/* public function testGetClient(){
|
||||
$maniaControl = new ManiaControl();
|
||||
$mcClient = $maniaControl->getClient();
|
||||
|
||||
//$maniaControl->connect();
|
||||
//$mpClient = new Maniaplanet\DedicatedServer\Connection();
|
||||
}*/
|
||||
}
|
Reference in New Issue
Block a user