1 tabledrag_example.test | public TabledragExampleTestCase::testTabledragExampleMenus() |
Tests the menu paths defined in tabledrag_example module.
File
- modules/
examples/ tabledrag_example/ tests/ tabledrag_example.test, line 24 - Test file for tabledrag_example module.
Class
- TabledragExampleTestCase
- Default test case for the tabledrag_example module.
Code
public function testTabledragExampleMenus() {
$paths = array(
'examples/tabledrag_example_simple',
'examples/tabledrag_example_parent',
);
foreach ($paths as $path) {
$this->backdropGet($path);
$this->assertResponse(200, '200 response for path: ' . $path);
}
}