WIP
This commit is contained in:
37
tests/Controllers/ApiControllerTest.php
Normal file
37
tests/Controllers/ApiControllerTest.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Copyright (c) 2025, Антон Аксенов
|
||||
* This file is part of m3u.su project
|
||||
* MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Controllers;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ApiControllerTest extends TestCase
|
||||
{
|
||||
|
||||
public function testMakeQrCode()
|
||||
{
|
||||
}
|
||||
|
||||
public function testGetOne()
|
||||
{
|
||||
}
|
||||
|
||||
public function testHealth()
|
||||
{
|
||||
}
|
||||
|
||||
public function testStats()
|
||||
{
|
||||
}
|
||||
|
||||
public function testVersion()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user