mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-25 12:19:11 -04:00
ALPHA 3.0.2a
This commit is contained in:
@@ -48,7 +48,7 @@ trait VarDumperTestTrait
|
||||
|
||||
private function prepareExpectation($expected, $filter)
|
||||
{
|
||||
if (!is_string($expected)) {
|
||||
if (!\is_string($expected)) {
|
||||
$expected = $this->getDump($expected, null, $filter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user