/** * @covers Rvi\Input\InputValidator::check * @dataProvider invalidProvider */ public function testCheckWithInvalidProviderAndDefaultReturnValue($mixedValue, $intType) { $this->assertEquals("return", $this->object->check($mixedValue, $intType, "return")); }