Skip to content

Commit ed110a8

Browse files
committed
support test
1 parent f47df71 commit ed110a8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tests/Feature/Controller/IndexTest.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44

55
namespace Tests\Feature\Controller;
66

7-
8-
use League\Route\Route;
9-
use League\Route\Router;
10-
use MicroPHP\Framework\Application;
117
use MicroPHP\Framework\Testing\TestCase;
12-
use Psr\Container\ContainerExceptionInterface;
13-
use Psr\Container\NotFoundExceptionInterface;
148

9+
/**
10+
* @internal
11+
*
12+
* @coversNothing
13+
*/
1514
class IndexTest extends TestCase
1615
{
17-
public function test_index()
16+
public function testIndex()
1817
{
1918
$result = $this->get('http://127.0.0.1:8080')->assertOk();
2019
$this->assertSame('Hello World', $result->getContent());

0 commit comments

Comments
 (0)