Bluz\Tests\Validator\Rule\NotEmptyTest::testStringNotEmpty PHP Method

testStringNotEmpty() public method

public testStringNotEmpty ( $input )
    public function testStringNotEmpty($input)
    {
        $this->assertTrue($this->validator->validate($input));
    }