We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca478d commit da8b2b7Copy full SHA for da8b2b7
tests/Asserts/ReflectionAssertsTest.php
@@ -2,7 +2,6 @@
2
3
use Illuminate\Console\Command;
4
use Illuminate\Database\Eloquent\Model;
5
-use Illuminate\Notifications\Notifiable;
6
7
class ReflectionAssertsTest extends TestCase
8
{
@@ -21,7 +20,7 @@ public function it_has_not_subclass_of_assertion()
21
20
/** @test */
22
public function it_has_trait_used_assertion()
23
24
- $this->assertTraitUsed(Post::class, Notifiable::class);
+ $this->assertTraitUsed(Post::class, Commentable::class);
25
}
26
27
0 commit comments