mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Invoke PHPUnit's assertions statically
This commit is contained in:
@@ -19,7 +19,7 @@ class VisitLocationTest extends TestCase
|
||||
$payload = new Location(...$args);
|
||||
$location = new VisitLocation($payload);
|
||||
|
||||
$this->assertEquals($isEmpty, $location->isEmpty());
|
||||
self::assertEquals($isEmpty, $location->isEmpty());
|
||||
}
|
||||
|
||||
public function provideArgs(): iterable
|
||||
|
||||
Reference in New Issue
Block a user