remove foo test

This commit is contained in:
Nicolas Lœuillet
2015-01-22 10:14:37 +01:00
parent 93fd4692f6
commit 2b9fe72b39
4 changed files with 29 additions and 39 deletions

View File

@ -1,19 +0,0 @@
<?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);
}
}