mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +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
|
* @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)
|
public function getInstance($x = 0, $base = 10)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user