You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, psalm/phpunit-psalm-plugin complains with
ERROR: UndefinedMethod - test/Unit/HolderTest.php:33:21 - Provider method Ergebnis\License\Test\Unit\HolderTest::\Ergebnis\License\Test\Util\DataProvider\Text::blankOrEmptyString() is not defined
public function testFromStringRejectsBlankOrEmptyValue(string $value): void
ERROR: UndefinedMethod - test/Unit/TemplateTest.php:67:21 - Provider method Ergebnis\License\Test\Unit\TemplateTest::\Ergebnis\License\Test\Util\DataProvider\Text::blankOrEmptyString() is not defined
public function testFromStringRejectsBlankOrEmptyFileName(string $name): void
Data providers can be specified like this:
However,
psalm/phpunit-psalm-plugin
complains withIs there a chance this can be supported as well?
For a concrete example, see ergebnis/license#23.
The text was updated successfully, but these errors were encountered: