public function ComposerDependencyTest::testDependenciesUnmet in CloudFlare 8
Test posting an invalid host to the form.
File
- tests/
src/ Functional/ ComposerDependencyTest.php, line 45
Class
Namespace
Drupal\Tests\cloudflare\FunctionalCode
public function testDependenciesUnmet() {
ComposerDependenciesCheckMock::mockComposerDependenciesMet(FALSE);
$this
->drupalGet($this->route);
$this
->assertSession()
->responseContains('Missing Composer dependencies for CloudFlare');
}