Download the PHP package danwe/dataproviders-differenttypesvalues without Composer
On this page you can find all versions of the php package danwe/dataproviders-differenttypesvalues. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download danwe/dataproviders-differenttypesvalues
More information about danwe/dataproviders-differenttypesvalues
Files in danwe/dataproviders-differenttypesvalues
Download danwe/dataproviders-differenttypesvalues
More information about danwe/dataproviders-differenttypesvalues
Files in danwe/dataproviders-differenttypesvalues
Vendor danwe
Package dataproviders-differenttypesvalues
Short Description PhpUnit compatible data provider providing one value of each of PHP's built-in types per test case. Allows to exclude types based on the name of the test using the data provider.
License MIT License
Homepage https://github.com/DanweDE/php-DataProviders-DifferentTypesValues
Package dataproviders-differenttypesvalues
Short Description PhpUnit compatible data provider providing one value of each of PHP's built-in types per test case. Allows to exclude types based on the name of the test using the data provider.
License MIT License
Homepage https://github.com/DanweDE/php-DataProviders-DifferentTypesValues
Please rate this library. Is it a good library?
Informations about the package dataproviders-differenttypesvalues
php-DataProviders-DifferentTypesValues
PhpUnit compatible data provider providing one value of each of PHP's built-in types per test case. Allows to exclude types based on the name of the test using the data provider.
Usage
Consider the following example:
Due to the test's WithNonStringValues
suffix, DifferentTypesValues::oneOfEachTypeProvider
will
only provide non-string values.
TODOs
- Excluding more than one type with a
WithNon<TYPE1>And<TYPE2>Values
test name suffix. With<TYPE1>And<TYPE2>Values
test name suffix to only provide values of the mentioned types.DifferentTypesValues::valuesProvider
to provide multiple different values for each type.
All versions of dataproviders-differenttypesvalues with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package danwe/dataproviders-differenttypesvalues contains the following files
Loading the files please wait ....