feat: toHaveAllMethodsDocumented and toHaveAllPropertiesDocumented

This commit is contained in:
Nuno Maduro
2024-07-19 14:03:59 +01:00
parent 99107544ff
commit f2691623cf
18 changed files with 154 additions and 4 deletions

View File

@ -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 () {