mirror of
https://github.com/filegator/filegator.git
synced 2025-08-20 18:42:29 +02:00
Test enhancement (#18)
Wow! Thank you very much for fixing all this. Cheers!
This commit is contained in:
committed by
Milos Stojanovic
parent
c7d88635b4
commit
ea6933883f
@@ -75,7 +75,7 @@ trait TestResponse
|
||||
|
||||
$constraint = new ArraySubset($subset, $checkForObjectIdentity);
|
||||
|
||||
static::assertThat($array, $constraint, $message);
|
||||
self::assertThat($array, $constraint, $message);
|
||||
}
|
||||
|
||||
public function getStatusCode()
|
||||
|
Reference in New Issue
Block a user