mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-18 22:36:49 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user