9 lines
134 B
PHP
9 lines
134 B
PHP
|
<?php declare(strict_types=1);
|
||
|
|
||
|
namespace Aviat\Kilo\Tests;
|
||
|
|
||
|
use PHPUnit\Framework\TestCase;
|
||
|
|
||
|
class FunctionTest extends TestCase {
|
||
|
|
||
|
}
|