Making redirect message more informative

This commit is contained in:
Philipp Holzer 2018-10-23 12:17:41 +02:00
parent 9e322d2565
commit 3e6ea9383b
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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');
}
}
}