run details for tests

This commit is contained in:
Nabeel Shahzad
2017-06-08 23:00:30 -05:00
parent 7756e432b3
commit 95fd412ff4
3 changed files with 22 additions and 1 deletions

18
tests/PIREPTest.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class PIREPTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testExample()
{
$this->assertTrue(true);
}
}