From 2b9fe72b397a239c40f8c66d83506e0e2e8d5854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 10:14:37 +0100 Subject: remove foo test --- tests/Wallabag/Wallabag/Tests/EntryTest.php | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/Wallabag/Wallabag/Tests/EntryTest.php (limited to 'tests/Wallabag') 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 @@ - - * @copyright 2013 - * @license http://opensource.org/licenses/MIT see COPYING file - */ - -namespace wallabag\wallabag\Tests; - -class EntryTest extends \PHPUnit_Framework_TestCase -{ - public function testCreateUser() - { - $this->assertTrue(true); - } -} -- cgit v1.2.3