We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33a7d9b + 9e80502 commit 7235fc7Copy full SHA for 7235fc7
tests/LaravelVideoChatServiceProviderTest.php
@@ -3,12 +3,11 @@
3
* Created by PhpStorm.
4
* User: nyinyilwin
5
* Date: 11/10/17
6
- * Time: 1:20 AM
+ * Time: 1:20 AM.
7
*/
8
9
namespace PhpJunior\LaravelVideoChat\Tests;
10
11
-
12
use GrahamCampbell\TestBenchCore\ServiceProviderTrait;
13
use PhpJunior\LaravelVideoChat\Services\Chat;
14
@@ -20,4 +19,4 @@ public function testChatIsInjectable()
20
19
{
21
$this->assertIsInjectable(Chat::class);
22
}
23
-}
+}
tests/TestCase.php
@@ -3,7 +3,7 @@
- * Time: 1:18 AM
+ * Time: 1:18 AM.
@@ -24,4 +24,4 @@ protected function getServiceProviderClass($app)
24
25
return LaravelVideoChatServiceProvider::class;
26
27
0 commit comments