Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPJunior authored and StyleCIBot committed Nov 9, 2017
1 parent 33a7d9b commit 9e80502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions tests/LaravelVideoChatServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
* Created by PhpStorm.
* User: nyinyilwin
* Date: 11/10/17
* Time: 1:20 AM
* Time: 1:20 AM.
*/

namespace PhpJunior\LaravelVideoChat\Tests;


use GrahamCampbell\TestBenchCore\ServiceProviderTrait;
use PhpJunior\LaravelVideoChat\Services\Chat;

Expand All @@ -20,4 +19,4 @@ public function testChatIsInjectable()
{
$this->assertIsInjectable(Chat::class);
}
}
}
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Created by PhpStorm.
* User: nyinyilwin
* Date: 11/10/17
* Time: 1:18 AM
* Time: 1:18 AM.
*/

namespace PhpJunior\LaravelVideoChat\Tests;
Expand All @@ -24,4 +24,4 @@ protected function getServiceProviderClass($app)
{
return LaravelVideoChatServiceProvider::class;
}
}
}

0 comments on commit 9e80502

Please sign in to comment.