Skip to content

Commit da8b2b7

Browse files
committed
ITT: Laravel 5.1+ support.
1 parent 1ca478d commit da8b2b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Asserts/ReflectionAssertsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use Illuminate\Console\Command;
44
use Illuminate\Database\Eloquent\Model;
5-
use Illuminate\Notifications\Notifiable;
65

76
class ReflectionAssertsTest extends TestCase
87
{
@@ -21,7 +20,7 @@ public function it_has_not_subclass_of_assertion()
2120
/** @test */
2221
public function it_has_trait_used_assertion()
2322
{
24-
$this->assertTraitUsed(Post::class, Notifiable::class);
23+
$this->assertTraitUsed(Post::class, Commentable::class);
2524
}
2625

2726
/** @test */

0 commit comments

Comments
 (0)