Gittern\IntegrationTest::testCanGetKeysOfMaster PHP Method

testCanGetKeysOfMaster() public method

    public function testCanGetKeysOfMaster()
    {
        $this->assertEquals(array('Tech specs.pdf', 'classic.txt', 'newfile.txt'), $this->master_adapter->keys());
    }