Skip to content

Commit 4dbe962

Browse files
committed
fix test
1 parent 012d6b0 commit 4dbe962

File tree

1 file changed

+1
-1
lines changed
  • tests/Issues/ScopeNotAvailable/FixtureJsonThrowCaseSensitiveConstFetch

1 file changed

+1
-1
lines changed

tests/Issues/ScopeNotAvailable/FixtureJsonThrowCaseSensitiveConstFetch/fixture.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Fixture
4444
}
4545

4646
$output = [];
47-
echo(json_encode($output, JSON_THROW_ON_ERROR));
47+
echo(json_encode($output));
4848
}
4949
}
5050

0 commit comments

Comments
 (0)