Created webservice test skeleton
This commit is contained in:
13
tests/Webservice/WebserviceTest.php
Normal file
13
tests/Webservice/WebserviceTest.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace BSR\Webservice;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class WebserviceTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
}
|
||||
|
||||
public function test
|
||||
}
|
||||
Reference in New Issue
Block a user