mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat: toHaveAllMethodsDocumented and toHaveAllPropertiesDocumented
This commit is contained in:
@ -4,7 +4,7 @@ use Pest\Arch\Exceptions\ArchExpectationFailedException;
|
||||
use Pest\Expectation;
|
||||
|
||||
it('passes', function () {
|
||||
expect(Expectation::class)->toHaveLineCountLessThan(1000);
|
||||
expect(Expectation::class)->toHaveLineCountLessThan(2000);
|
||||
});
|
||||
|
||||
it('fails', function () {
|
||||
|
||||
Reference in New Issue
Block a user