Add vagrant machine, new test and travis-ci config
This commit is contained in:
21
test/classes/FileServiceTest.php
Normal file
21
test/classes/FileServiceTest.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
if(!class_exists("TestTemplate")) {
|
||||
include dirname(__FILE__).'/../TestTemplate.php';
|
||||
}
|
||||
|
||||
class FileServiceTest extends TestTemplate{
|
||||
var $obj = null;
|
||||
|
||||
protected function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function testSample(){
|
||||
$this->assertEquals(1, 1);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user