You are here

public function AcsfConfigTest::testAcsfConfigGetUrl in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 tests/AcsfConfigTest.php \AcsfConfigTest::testAcsfConfigGetUrl()

Tests getUrl() works as expected.

File

tests/AcsfConfigTest.php, line 124
Provides PHPUnit tests for AcsfConfig.

Class

AcsfConfigTest
Provides PHPUnit tests for AcsfConfig.

Code

public function testAcsfConfigGetUrl() {
  $config = new AcsfConfigUnitTest('unit_test_site', 'unit_test_env');
  $this
    ->assertSame($config
    ->getUrl(), 'http://gardener.unit.test');
}