mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
[feature/phpunit] Change test class name to reflect the path it is in.
This commit is contained in:
parent
8571aa0bad
commit
dadbddb97c
@ -5,7 +5,7 @@
|
||||
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
||||
*/
|
||||
|
||||
class BigIntegerTest extends PHPUnit_Framework_TestCase
|
||||
class Math_BigIntegerTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function getInstance($x = 0, $base = 10)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user