diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-22 10:14:37 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-22 10:14:37 +0100 |
commit | 2b9fe72b397a239c40f8c66d83506e0e2e8d5854 (patch) | |
tree | b6d4284ae6dfe6b2ed12ec7fe4fa6438efe8b081 /tests | |
parent | 93fd4692f6eb753cae16358131c8049d84cfbb41 (diff) | |
download | wallabag-2b9fe72b397a239c40f8c66d83506e0e2e8d5854.tar.gz wallabag-2b9fe72b397a239c40f8c66d83506e0e2e8d5854.tar.zst wallabag-2b9fe72b397a239c40f8c66d83506e0e2e8d5854.zip |
remove foo test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/Wallabag/Tests/EntryTest.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/Wallabag/Wallabag/Tests/EntryTest.php b/tests/Wallabag/Wallabag/Tests/EntryTest.php deleted file mode 100644 index dfff9fd4..00000000 --- a/tests/Wallabag/Wallabag/Tests/EntryTest.php +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 | |||
11 | namespace wallabag\wallabag\Tests; | ||
12 | |||
13 | class EntryTest extends \PHPUnit_Framework_TestCase | ||
14 | { | ||
15 | public function testCreateUser() | ||
16 | { | ||
17 | $this->assertTrue(true); | ||
18 | } | ||
19 | } | ||