mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
initial commit
This commit is contained in:
9
tests/Features/Expect/toHaveConstructor.php
Normal file
9
tests/Features/Expect/toHaveConstructor.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
test('class has constructor')
|
||||
->expect('Tests\Fixtures\Arch\ToHaveConstructor\HasConstructor\HasConstructor')
|
||||
->toHaveConstructor();
|
||||
|
||||
test('class has no constructor')
|
||||
->expect('Tests\Fixtures\Arch\ToHaveConstructor\HasNoConstructor\HasNoConstructor')
|
||||
->not->toHaveConstructor();
|
||||
Reference in New Issue
Block a user