Gittern\IntegrationTest::testCanGetKeysOfIndex PHP Méthode

testCanGetKeysOfIndex() public méthode

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