Removing dependency on sample data ⛅️
This commit is contained in:
22
test/unit/BaseServiceUnit.php
Normal file
22
test/unit/BaseServiceUnit.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Thilina
|
||||
* Date: 9/6/17
|
||||
* Time: 7:22 AM
|
||||
*/
|
||||
|
||||
namespace Test\Unit;
|
||||
|
||||
|
||||
use Classes\BaseService;
|
||||
|
||||
class BaseServiceUnit extends \TestTemplate
|
||||
{
|
||||
public function testGet()
|
||||
{
|
||||
$baseService = BaseService::getInstance();
|
||||
// create a user
|
||||
//$user =
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user