mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
Migrates to Pint
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
|
||||
use PHPUnit\Framework\ExpectationFailedException;
|
||||
|
||||
$obj = new stdClass();
|
||||
$obj->foo = 'bar';
|
||||
$obj = new stdClass();
|
||||
$obj->foo = 'bar';
|
||||
$obj->fooNull = null;
|
||||
|
||||
test('pass', function () use ($obj) {
|
||||
|
||||
Reference in New Issue
Block a user