Created webservice test skeleton
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"name" : "Simon"
|
||||
},
|
||||
{
|
||||
"name" : "Guillermo"
|
||||
"name" : "Guillermo Pages",
|
||||
"email" : "g@lespagesweb.ch"
|
||||
}
|
||||
],
|
||||
"repositories" : [
|
||||
|
||||
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