Aleksander Machniak
2014-09-22 ff767a14ff7675fce7b23b918f41fa92157dd0c0
tests/Framework/ImapCache.php
@@ -13,7 +13,7 @@
     */
    function test_class()
    {
        $object = new rcube_imap_cache(null, null, null, null);
        $object = new rcube_imap_cache(new rcube_db('test'), null, null, null);
        $this->assertInstanceOf('rcube_imap_cache', $object, "Class constructor");
    }