diff --git a/Unit_testing/Schema.php b/Unit_testing/Schema.php index 4de6d3b..2a72b01 100644 --- a/Unit_testing/Schema.php +++ b/Unit_testing/Schema.php @@ -1327,11 +1327,6 @@ array( ucfirst( strtolower( $this->getTableName() ) ), ucfirst( strtolower( $referencedTableName ) ), ucwords( strtolower( implode( ', ', $fkColumns[$referencedTableName] ) ) ) ) ); - if ( count( $this->getFKColumnlist() ) > 1 ) - { - echo "s"; - } - echo " " . ucwords( strtolower( implode( ', ', $this->getFKColumnListForTable( $referencedTableName ) ) ) ) . " ]]\n"; $queryString = sprintf( "SELECT User_Cons_Columns.Column_Name