bindAPI/tests/NameserverControllerTest.php

29 lines
276 B
PHP
Raw Normal View History

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