wallabag/tests/Wallabag/Wallabag/Tests/EntryTest.php
Nicolas Lœuillet 6ad93dff69 new folders
2015-01-20 07:40:39 +01:00

20 lines
444 B
PHP

<?php
/**
* wallabag, self hostable application allowing you to not miss any content anymore
*
* @category wallabag
* @author Nicolas Lœuillet <nicolas@loeuillet.org>
* @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);
}
}