aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/Wallabag/Tests/EntryTest.php
blob: 2c3bf2fcbdde6694091a3cc8ee7b394f49c34ee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * wallabag, self hostable application allowing you to not miss any content anymore
 *
 * @category   wallabag
 * @author     Nicolas Lœuillet <nicolas@loeuillet.org>
 * @copyright  2013
 * @license    http://opensource.org/licenses/MIT see COPYING file
 */

namespace wallabag\wallabag\Tests;

class EntryTest extends \PHPUnit_Framework_TestCase
{
    public function testFoo()
    {
        $this->assertTrue(true);
    }
}