diff --git a/UsedCars/Test_classes/Car/UsedCars_Test_Car_data.php b/UsedCars/Test_classes/Car/UsedCars_Test_Car_data.php index 6f7bd13..3b9c819 100644 --- a/UsedCars/Test_classes/Car/UsedCars_Test_Car_data.php +++ b/UsedCars/Test_classes/Car/UsedCars_Test_Car_data.php @@ -39,30 +39,6 @@ /** - * @dataProvider provideColumnOverflowValues - * @expectedException PDOException - * @expectedExceptionMessage check constraint - * @expectedExceptionCode HY000 - */ - public function testColumnOverflowValueExplicit( $columnName, $overflowValue ) - { - $this->assertColumnOverflowValueExplicit( $columnName, $overflowValue ); - } - - - /** - * @dataProvider provideColumnOverflowValues - * @expectedException PDOException - * @expectedExceptionMessage length exceeded - * @expectedExceptionCode HY000 - */ - public function testColumnOverflowValueImplicit( $columnName, $overflowValue ) - { - $this->assertColumnOverflowValueImplicit( $columnName, $overflowValue ); - } - - - /** * @dataProvider provideColumnLegalValues */ public function testColumnLegalValue( $columnName, $legalValue )