From dadbddb97cce1cb6eeeabea6b0d50e2bf7172c02 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 24 May 2012 12:10:12 +0200 Subject: [PATCH] [feature/phpunit] Change test class name to reflect the path it is in. --- tests/Math/BigIntegerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Math/BigIntegerTest.php b/tests/Math/BigIntegerTest.php index 2559fa51..1317609f 100644 --- a/tests/Math/BigIntegerTest.php +++ b/tests/Math/BigIntegerTest.php @@ -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) {