Making redirect message more informative

This commit is contained in:
Philipp Holzer
2018-10-23 12:17:41 +02:00
parent 9e322d2565
commit 3e6ea9383b
3 changed files with 3 additions and 3 deletions

View File

@@ -34,4 +34,4 @@ class SystemTest extends TestCase
$guid = System::createGUID(23, 'test');
$this->assertGuid($guid, 23, 'test');
}
}
}