• Completely re-engineered the way that fixture setup and teardown is managed so that it can be enabled and disabled on demand (closes #3).
• Fixed a bug in SimpleTestListener that caused a crash when a table didn’t exist in the schema being tested.
• Added proper error reporting for missing tables.
1 parent d6070ba commit f4adeb1a9c6d04739018f98b56ce911ceae2bb3e
Nigel Stanger authored on 14 Mar 2014
Showing 23 changed files
View
STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment_data.php
View
STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment_structure.php
View
STINK_student_records/Test_classes/Enrolment/STINK_student_records_Test_Enrolment_data.php
View
STINK_student_records/Test_classes/Enrolment/STINK_student_records_Test_Enrolment_structure.php
View
STINK_student_records/Test_classes/Paper/STINK_student_records_Test_Paper_data.php
View
STINK_student_records/Test_classes/Paper/STINK_student_records_Test_Paper_structure.php
View
STINK_student_records/Test_classes/Person/STINK_student_records_Test_Person_data.php
View
STINK_student_records/Test_classes/Person/STINK_student_records_Test_Person_structure.php
View
STINK_student_records/Test_classes/Qualification/STINK_student_records_Test_Qualification_data.php
View
STINK_student_records/Test_classes/Qualification/STINK_student_records_Test_Qualification_structure.php
View
STINK_student_records/Test_classes/Result/STINK_student_records_Test_Result_data.php
View
STINK_student_records/Test_classes/Result/STINK_student_records_Test_Result_structure.php
View
STINK_student_records/Test_classes/Schedule/STINK_student_records_Test_Schedule_data.php
View
STINK_student_records/Test_classes/Schedule/STINK_student_records_Test_Schedule_structure.php
View
STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff_data.php
View
STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff_structure.php
View
STINK_student_records/Test_classes/Student/STINK_student_records_Test_Student_data.php
View
STINK_student_records/Test_classes/Student/STINK_student_records_Test_Student_structure.php
View
STINK_student_records/Test_classes/Teach/STINK_student_records_Test_Teach_data.php
View
STINK_student_records/Test_classes/Teach/STINK_student_records_Test_Teach_structure.php
View
Unit_testing/Schema.php
View
Unit_testing/SimpleTestListener.php
View
Unit_testing/test.php