mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
Fixes filtering tests
This commit is contained in:
@ -13,7 +13,7 @@ use Throwable;
|
||||
*/
|
||||
final class HigherOrderMessage
|
||||
{
|
||||
public const UNDEFINED_METHOD = 'Method %s does not exist';
|
||||
public const string UNDEFINED_METHOD = 'Method %s does not exist';
|
||||
|
||||
/**
|
||||
* An optional condition that will determine if the message will be executed.
|
||||
|
||||
Reference in New Issue
Block a user