[feature/phpunit] Change test class name to reflect the path it is in.

This commit is contained in:
Andreas Fischer 2012-05-24 12:10:12 +02:00
parent 8571aa0bad
commit dadbddb97c

View File

@ -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)
{