Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
plugins/emoticons/tests/Emoticons.php
@@ -5,7 +5,7 @@
    function setUp()
    {
        include_once dirname(__FILE__) . '/../emoticons.php';
        include_once __DIR__ . '/../emoticons.php';
    }
    /**
@@ -20,4 +20,3 @@
        $this->assertInstanceOf('rcube_plugin', $plugin);
    }
}