copy/paste error

This commit is contained in:
Philipp Holzer 2018-11-05 21:03:55 +01:00
parent 6e10bdf361
commit c94936a149
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
// this is in the same namespace as Install for mocking 'rand' and 'random_init'
// this is in the same namespace as Crypto for mocking 'rand' and 'random_init'
namespace Friendica\Util;
use PHPUnit\Framework\TestCase;