bindAPI/tests/Unit/Controller/NameserverControllerTest.php

29 lines
277 B
PHP

<?php
namespace Unit\Controller;
use PHPUnit\Framework\TestCase;
/**
*
*/
class NameserverControllerTest extends TestCase
{
public function setUp(): void
{
//$this->fixture =
}
public function tearDown(): void
{
}
public function testUpdate()
{
}
}