Current Path : /home/lentoinv/test.lentoria.com/tests/Unit/ |
Current File : /home/lentoinv/test.lentoria.com/tests/Unit/ExampleTest.php |
<?php namespace Tests\Unit; use PHPUnit\Framework\TestCase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function test_that_true_is_true() { $this->assertTrue(true); } }