set_up_before_class()
set_up_before_class() : mixed
Run before this test class.
Test email address validation.
Test addresses obtained from {@link http://isemail.info}.
arrayToNamedDataProvider(array $items, string $prefix = '') : array
Create a dataprovider array from a single-dimensional array.
Each item will have it's value as the test case name for easier debugging.
array | $items | Single dimensional array. |
string | $prefix | Optional. Prefix to add to the data set name. |