mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
chore: fix tests
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
test('deprecated', function () {
|
test('deprecated', function () {
|
||||||
str_contains(null, null);
|
str_contains(null, null);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user