* [ADD] Unit testing. Work in progress

* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-08-06 20:54:09 +02:00
parent a00b1fb3e9
commit 25a8aaa219
4 changed files with 45 additions and 14 deletions

View File

@@ -344,8 +344,6 @@ class PublicLinkRepositoryTest extends DatabaseTestCase
*/
public function testRefreshNullHash()
{
$this->markTestIncomplete('Not working on Travis CI');
$data = new PublicLinkData();
$data->setHash(null);
$data->setDateExpire(time() + 3600);