File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function numberClasses() {
63
63
/**
64
64
* Data provider to use for valid number test cases
65
65
*
66
- * @return array Class names to test against
66
+ * @return array Class name and values to test against
67
67
* [
68
68
* [0] => Class name for the number type
69
69
* [1] => Valid value (also expected value)
@@ -436,10 +436,10 @@ public function testEmptyString($class) {
436
436
/**
437
437
* @dataProvider numberClasses
438
438
* @expectedException Cassandra\Exception\InvalidArgumentException
439
- * @expectedExceptionMessage Invalid integer value: 'invalid '
439
+ * @expectedExceptionMessage Invalid integer value: 'invalid123 '
440
440
*/
441
441
public function testInvalidString ($ class ) {
442
- new $ class ("invalid " );
442
+ new $ class ("invalid123 " );
443
443
}
444
444
445
445
/**
You can’t perform that action at this time.
0 commit comments