mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 09:08:24 +00:00
Add missing Unit prefix to class Math_BigInteger_InternalTest.
This commit is contained in:
parent
11c4a62af6
commit
2d726cf0ed
@ -5,7 +5,7 @@
|
|||||||
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Math_BigInteger_InternalTest extends Unit_Math_BigInteger_TestCase
|
class Unit_Math_BigInteger_InternalTest extends Unit_Math_BigInteger_TestCase
|
||||||
{
|
{
|
||||||
static public function setUpBeforeClass()
|
static public function setUpBeforeClass()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user