Aleksander Machniak
2014-10-18 ced34cb15e095836767971aa4d27b141fb1d7ec9
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");
    }