File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 33
44use Illuminate \Foundation \Testing \TestCase as IlluminateTestCase ;
55
6- class TestCase extends IlluminateTestCase
6+ abstract class TestCase extends IlluminateTestCase
77{
88 /**
99 * Creates the application.
Original file line number Diff line number Diff line change 22namespace Lio \Tests \Unit \GitHub ;
33
44use Lio \Github \GistEmbedFormatter ;
5- use Lio \Tests \TestCase ;
65use Mockery ;
76
8- class GistEmbedFormatterTest extends TestCase
7+ class GistEmbedFormatterTest extends \PHPUnit_Framework_TestCase
98{
109 public function testCanCreate ()
1110 {
Original file line number Diff line number Diff line change 22namespace Lio \Tests \Unit \Github ;
33
44use Lio \Github \GithubAuthenticator ;
5- use Lio \Tests \TestCase ;
65use Mockery as m ;
76
8- class GithubAuthenticatorTest extends TestCase
7+ class GithubAuthenticatorTest extends \PHPUnit_Framework_TestCase
98{
109 public function testCanCreateGithubAuthenticator ()
1110 {
You can’t perform that action at this time.
0 commit comments