]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tests/Wallabag/Wallabag/Tests/EntryTest.php
symfony is there
[github/wallabag/wallabag.git] / tests / Wallabag / Wallabag / Tests / EntryTest.php
CommitLineData
f3052b45
NL
1<?php
2/**
3 * wallabag, self hostable application allowing you to not miss any content anymore
4 *
5 * @category wallabag
6 * @author Nicolas Lœuillet <nicolas@loeuillet.org>
7 * @copyright 2013
8 * @license http://opensource.org/licenses/MIT see COPYING file
9 */
10
11namespace wallabag\wallabag\Tests;
12
13class EntryTest extends \PHPUnit_Framework_TestCase
14{
6ad93dff 15 public function testCreateUser()
f3052b45
NL
16 {
17 $this->assertTrue(true);
18 }
19}