Gittern\IntegrationTest::testCanGetKeysOfIndex PHP Method

testCanGetKeysOfIndex() public method

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