mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Uses Collision ^7.0
This commit is contained in:
@ -19,7 +19,8 @@ test('pass', function () {
|
||||
|
||||
test('pass with class', function () {
|
||||
expect(new class() {
|
||||
public $name = 'Nuno';
|
||||
public $name = 'Nuno';
|
||||
|
||||
public $email = 'enunomaduro@gmail.com';
|
||||
})->toMatchObject([
|
||||
'name' => 'Nuno',
|
||||
|
||||
Reference in New Issue
Block a user