StackFormation\Tests\ProfileManagerTest::testListProfiles PHP Method

testListProfiles() public method

public testListProfiles ( )
    public function testListProfiles()
    {
        chdir(FIXTURE_ROOT . 'ProfileManager/fixture_basic');
        $this->assertEquals(['test1', 'test2', 'test3'], $this->profileManager->listAllProfiles());
    }