forked from wallabag/wallabag
foo test
This commit is contained in:
19
tests/Wallabag/Wallabag/Tests/EntryTest.php
Normal file
19
tests/Wallabag/Wallabag/Tests/EntryTest.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?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 testFoo()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user