GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
sqlmarker
Transfer to URL with SHA
40 commits
tree:
151fc45946
Switch branches
×
master
sqlmarker
/
Unit_testing
/
latest commit
151fc45946
Nigel Stanger
authored
on 28 Jun 2013
..
ArrayDataSet.php
Added experimental unit testing code.
11 years ago
BDL.xml
Added experimental unit testing code.
11 years ago
BDL_Fixture.xml
Removed Suppliers_Code from Assembly and Order_line tables and data fixtures.
11 years ago
BDL_Fixture_Assembly.xml
Removed Suppliers_Code from Assembly and Order_line tables and data fixtures.
11 years ago
BDL_Fixture_Assembly_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Component.xml
- Split Component testing into "structure" and "data" tests.
11 years ago
BDL_Fixture_Component_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Customer.xml
- Split Customer testing into "structure" and "data" tests.
11 years ago
BDL_Fixture_Customer_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Empty.xml
Removed Suppliers_Code from Assembly and Order_line tables and data fixtures.
11 years ago
BDL_Fixture_Order_head.xml
- Split Order_head testing into "structure" and "data" tests.
11 years ago
BDL_Fixture_Order_head_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Order_line.xml
Removed Suppliers_Code from Assembly and Order_line tables and data fixtures.
11 years ago
BDL_Fixture_Order_line_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Product.xml
Added experimental unit testing code.
11 years ago
BDL_Fixture_Product_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Sale_head.xml
- Split Sale_head testing into "structure" and "data" tests.
11 years ago
BDL_Fixture_Sale_head_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Sale_line.xml
- Split Sale_line testing into "structure" and "data" tests.
11 years ago
BDL_Fixture_Sale_line_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Fixture_Staff.xml
Added experimental unit testing code.
11 years ago
BDL_Fixture_Staff_Empty.xml
Added empty fixture for Staff table only.
11 years ago
BDL_Fixture_Supplier.xml
- Fixed length of phone numbers in test data.
11 years ago
BDL_Fixture_Supplier_Empty.xml
Added empty single-table data fixtures for each of the remaining tables.
11 years ago
BDL_Test_Assembly.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Assembly_data.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Assembly_structure.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Component.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Component_data.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Component_structure.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Customer.php
- Brought into line with new data provider structure.
11 years ago
BDL_Test_Customer_data.php
- Brought into line with new data provider structure.
11 years ago
BDL_Test_Customer_structure.php
- Brought into line with new data provider structure.
11 years ago
BDL_Test_Order_head.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Order_head_data.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Order_head_structure.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Order_line.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Order_line_data.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Order_line_structure.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Product.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Product_data.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Product_structure.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Sale_head.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Sale_head_data.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Sale_head_structure.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Sale_line.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Sale_line_data.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Sale_line_structure.php
Brought into line with new data provider structure.
11 years ago
BDL_Test_Staff.php
Increased maximum size of Department column to 30 characters.
11 years ago
BDL_Test_Staff_data.php
Made the database connection reusable rather than recreating it every time.
11 years ago
BDL_Test_Staff_structure.php
Added empty fixture for Staff table only.
11 years ago
BDL_Test_Supplier.php
- Fixed length of phone numbers in test data.
11 years ago
BDL_Test_Supplier_data.php
- Fixed length of phone numbers in test data.
11 years ago
BDL_Test_Supplier_structure.php
- Fixed length of phone numbers in test data.
11 years ago
BDL_raw_test_data.txt
Added experimental unit testing code.
11 years ago
BDL_schema.sql
Updated to more comprehensively reflect the specified requirements. Also tweaked some data types.
11 years ago
Schema.php
Made the database connection reusable rather than recreating it every time.
11 years ago
SimpleTestListener.php
Suite results are only saved if any tests in the suite were actually run.
11 years ago
test.php
- Added more fine-grained control of conditional error processing.
11 years ago