mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
add custom message to failed expectations
This commit is contained in:
9
src/Support/NullValue.php
Normal file
9
src/Support/NullValue.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\Support;
|
||||
|
||||
final class NullValue
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user