提交代码
This commit is contained in:
11
vendor/encore/laravel-admin/tests/LaravelTest.php
vendored
Normal file
11
vendor/encore/laravel-admin/tests/LaravelTest.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class LaravelTest extends TestCase
|
||||
{
|
||||
public function testLaravel()
|
||||
{
|
||||
$this->visit('/')
|
||||
->assertResponseStatus(200)
|
||||
->see('Laravel');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user