initial commit
This commit is contained in:
parent
5d6a0b426a
commit
f66298842a
30
tests/Unit/Repository/PanelRepositoryTest.php
Normal file
30
tests/Unit/Repository/PanelRepositoryTest.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
namespace Unit\Repository;
|
||||
|
||||
use App\Controller\BindApiTestController;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Unit\Controller\BindApiControllerTest;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class PanelRepositoryTest extends BindApiControllerTest
|
||||
{
|
||||
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
}
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function testInsert()
|
||||
{
|
||||
self::assertEquals(expected: true, actual: true);
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user