mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Invoke PHPUnit's assertions statically
This commit is contained in:
@@ -153,6 +153,6 @@ class SimplifiedConfigParserTest extends TestCase
|
||||
|
||||
$result = ($this->postProcessor)(array_merge($config, $simplified));
|
||||
|
||||
$this->assertEquals(array_merge($expected, $simplified), $result);
|
||||
self::assertEquals(array_merge($expected, $simplified), $result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user