7
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-06-12 10:48:59 +02:00
2016-12-07 22:46:38 +00:00

17 lines
240 B
PHP

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