data-provider
data-provider copied to clipboard
👓 Provides a composer package with generic data providers for use with phpunit/phpunit.
Results
1
data-provider issues
Sort by
recently updated
recently updated
newest added
Using the following tests failed: ```php #[Test] #[DataProviderExternal(StringProvider::class, 'trimmed')] #[DataProviderExternal(StringProvider::class, 'withWhitespace')] public function invalidDate(string $value): void { self::expectException(DatetimeException::class); new DayCategoryName($value); } ``` Failure: ``` 3) App\Tests\Unit\Bridge\Uploader\Domain\DayCategoryNameTest::invalidDate The data provider specified...