From f3052b454277b2d54669943f7c0ca5d4b4af50ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 19 Jan 2015 11:59:22 +0100 Subject: foo test --- tests/Wallabag/Wallabag/Tests/EntryTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create 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 new file mode 100644 index 00000000..2c3bf2fc --- /dev/null +++ b/tests/Wallabag/Wallabag/Tests/EntryTest.php @@ -0,0 +1,19 @@ + + * @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); + } +} -- cgit v1.2.3