Elcodi\Component\User\Tests\UnitTests\Entity\Abstracts\AbstractUserTest::dataSetPasswordWithException PHP Method

dataSetPasswordWithException() public method

Data for testSetPasswordWithException.
public dataSetPasswordWithException ( $value )
    public function dataSetPasswordWithException($value)
    {
        return [[true], [false], [''], ['   '], [0]];
    }