diff --git a/Unit_testing/test.php b/Unit_testing/test.php index 45b8f4e..71565b0 100644 --- a/Unit_testing/test.php +++ b/Unit_testing/test.php @@ -49,7 +49,7 @@ $listener->reset(); $reporter->hr(); - $reporter->report( Reporter::STATUS_NOTE, 'Testing structure of table %s.', array( $table ) ); + $reporter->report( Reporter::STATUS_NOTE, 'Checking structure of table %s.', array( $table ) ); $suite = new Searchable_TestSuite( $structureTest ); @@ -321,7 +321,6 @@ $reporter->report( Reporter::STATUS_SKIPPED, 'data tests, as failures in the structure testing mean that they may not work.', null ); } } - $reporter->report( Reporter::STATUS_NOTE, 'Completed all tests for table %s.', array( $table ) ); } $reporter->hr();