changeset 0 | 1afc9d2ab94d |
-1:000000000000 | 0:1afc9d2ab94d |
---|---|
1 <?php |
|
2 |
|
3 class ExampleTest extends TestCase |
|
4 { |
|
5 /** |
|
6 * A basic functional test example. |
|
7 * |
|
8 * @return void |
|
9 */ |
|
10 public function testBasicExample() |
|
11 { |
|
12 $response = $this->call('GET', '/'); |
|
13 |
|
14 $this->assertEquals(200, $response->getStatusCode()); |
|
15 } |
|
16 } |