* @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); } }