public function DefaultControllerTest::testDefaultController in Apache Solr Config Generator 8
Tests apachesolr_confgen functionality.
File
- Tests/
Controller/ DefaultControllerTest.php, line 37 - Contains Drupal\apachesolr_confgen\Tests\DefaultController.
Class
- DefaultControllerTest
- Provides automated tests for the apachesolr_confgen module.
Namespace
Drupal\apachesolr_confgen\TestsCode
public function testDefaultController() {
// Check that the basic functions of module apachesolr_confgen.
$this
->assertEqual(TRUE, TRUE, 'Test Unit Generated via App Console.');
}