2
0
mirror of https://github.com/ZorgCC/lumen-generators.git synced 2025-01-15 06:47:55 +03:00
2015-09-23 03:22:02 +01:00

16 lines
225 B
PHP

<?php
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicExample()
{
$this->visit('/')
->see('Lumen.');
}
}