v1.10.5 updates
update Fixes testclasses Apply fixes from StyleCI Update .travis.yml Revert "Update .travis.yml" This reverts commit 462dd1cb44402f6cbcb516ff17e48d1d562e98e2.
This commit is contained in:

committed by
Manish Verma

parent
c4247368c8
commit
b11a4f6649
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Tests;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
/**
|
||||
|
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
namespace Tests;
|
||||
|
||||
class TestCase extends \Illuminate\Foundation\Testing\TestCase
|
||||
{
|
||||
/**
|
||||
* The base URL to use while testing the application.
|
||||
|
Reference in New Issue
Block a user