PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
yadahan
/
laravel-authentication-log
/
tests
<?php namespace Yadahan\AuthenticationLog\Tests; use Orchestra\Testbench\TestCase; class AuthenticationLogTest extends TestCase { /** * A basic test example. * * @return void */ public function testBasicTest() { $this->assertTrue(true); } }
[+]
..
[-] AuthenticationLogTest.php
[edit]