public function AcsfConfigTest::testAcsfConfigGetUrl in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 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');
}