This commit is contained in:
Dmitry Khomutov 2017-01-15 20:09:45 +07:00
commit 1ce0b4880e
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
2 changed files with 9 additions and 6 deletions

View file

@ -10,12 +10,15 @@
namespace Tests\PHPCensor\Helper;
use DateTime;
use PHPCensor\Helper\Lang;
use Tests\PHPCensor\LocalizationTestCase;
class LangTest extends LocalizationTestCase
{
public function testSuccess()
{
$this->assertTrue(true);
}
/**
* @return array
*/