extends from BindApiControllerTest
This commit is contained in:
parent
5efa996d1d
commit
620e762dfc
|
@ -7,22 +7,22 @@ use PHPUnit\Framework\TestCase;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class NameserverControllerTest extends TestCase
|
class NameserverControllerTest extends BindApiControllerTest
|
||||||
{
|
{
|
||||||
public function setUp(): void
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
//$this->fixture =
|
//$this->fixture =
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function tearDown(): void
|
public function tearDown(): void
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function testUpdate()
|
public function testUpdate()
|
||||||
{
|
{
|
||||||
|
self::assertEquals(expected: true, actual: true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue