File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ public function itReturnsProperCommandLineInUrlAuditMetadata()
235
235
236
236
$ this ->assertNotNull ($ audit );
237
237
238
- self :: Assert () ::assertEquals ($ audit ->getMetadata ()['audit_url ' ], 'vendor/bin/phpunit tests/Unit/AuditTest.php --group command-line-url-resolver ' );
238
+ Assert::assertEquals ($ audit ->getMetadata ()['audit_url ' ], 'vendor/bin/phpunit tests/Unit/AuditTest.php --group command-line-url-resolver ' );
239
239
}
240
240
241
241
/**
Original file line number Diff line number Diff line change @@ -1432,7 +1432,7 @@ public function itWorksWhenConfigAllowedArrayValueIsTrue()
1432
1432
$ auditData = $ model ->toAudit ();
1433
1433
1434
1434
$ morphPrefix = config ('audit.user.morph_prefix ' , 'user ' );
1435
- self :: Assert () ::assertArraySubset ([
1435
+ Assert::assertArraySubset ([
1436
1436
'old_values ' => [],
1437
1437
'new_values ' => [
1438
1438
'title ' => 'How To Audit Eloquent Models ' ,
@@ -1477,7 +1477,7 @@ public function itWorksWhenConfigAllowedArrayValueIsFalse()
1477
1477
$ auditData = $ model ->toAudit ();
1478
1478
1479
1479
$ morphPrefix = config ('audit.user.morph_prefix ' , 'user ' );
1480
- self :: Assert () ::assertArraySubset ([
1480
+ Assert::assertArraySubset ([
1481
1481
'old_values ' => [],
1482
1482
'new_values ' => [
1483
1483
'title ' => 'How To Audit Eloquent Models ' ,
You can’t perform that action at this time.
0 commit comments