2022-01-23 18:45:55 +01:00
|
|
|
<?php
|
|
|
|
|
2022-10-07 12:56:28 +02:00
|
|
|
namespace Unit\Controller;
|
2022-01-23 18:45:55 +01:00
|
|
|
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
class NameserverControllerTest extends TestCase
|
|
|
|
{
|
|
|
|
public function setUp(): void
|
|
|
|
{
|
|
|
|
//$this->fixture =
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function tearDown(): void
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function testUpdate()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|