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