add features to family card, scores, invoices and students details
This commit is contained in:
@@ -40,7 +40,7 @@ class InventorySchemaNormalizationTest extends CIUnitTestCase
|
||||
{
|
||||
$routes = file_get_contents(ROOTPATH . 'app/Config/Routes.php');
|
||||
|
||||
$this->assertStringContainsString("\$routes->get('card', 'View\\FamilyAdminController::card')", $routes);
|
||||
$this->assertStringContainsString("\$routes->get('family/card', 'View\\FamilyAdminController::card'", $routes);
|
||||
$this->assertStringContainsString("\$routes->get('summary-all', 'View\\InventoryController::summaryAll')", $routes);
|
||||
$this->assertStringContainsString("\$routes->get('/', 'View\\InventoryController::index')", $routes);
|
||||
$this->assertStringContainsString("\$routes->get('(classroom|book|office|kitchen)', 'View\\InventoryController::index/\$1')", $routes);
|
||||
|
||||
Reference in New Issue
Block a user