diff --git a/Unit_testing/Schema.php b/Unit_testing/Schema.php index 91e8499..6770e6a 100644 --- a/Unit_testing/Schema.php +++ b/Unit_testing/Schema.php @@ -1016,7 +1016,7 @@ if ( $actual->getRowCount() === 1 ) { self::$reporter->report( Reporter::STATUS_WARNING, - 'Found alternative name “%s” for %s.%s; we recommend renaming it to “%s”.', + 'Found alternative name “%s” for %s.%s; we recommend renaming it to “%s”. This warning may lead to further errors below.', array( $alias, $this->getTableName(), $columnName, $columnName ) ); break; }