You are here

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

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

Tests getPassword() works as expected.

File

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

Class

AcsfConfigTest
Provides PHPUnit tests for AcsfConfig.

Code

public function testAcsfConfigGetPassword() {
  $config = new AcsfConfigUnitTest('unit_test_site', 'unit_test_env');
  $this
    ->assertSame($config
    ->getPassword(), 'Un1tT35t');
}