diff --git a/Unit_testing/Schema.php b/Unit_testing/Schema.php index cb921a3..e2ab547 100644 --- a/Unit_testing/Schema.php +++ b/Unit_testing/Schema.php @@ -1028,7 +1028,7 @@ $this->markTestSkipped( 'no columns with overflow values' ); } - echo "\n[[ Testing whether " . ucfirst( strtolower( $this->getTableName() ) ) . '.' . ucfirst( strtolower( $columnName ) ) . " rejects illgal values >= [" . $overflowValue . "] using the column length (implicit) ]]\n"; + echo "\n[[ Testing whether " . ucfirst( strtolower( $this->getTableName() ) ) . '.' . ucfirst( strtolower( $columnName ) ) . " rejects illegal values >= [" . $overflowValue . "] using the column length (implicit) ]]\n"; $substitutions[$columnName] = $overflowValue; $insertString = $this->constructInsert( $substitutions );