Rename the class name. re #96
This commit is contained in:
parent
c0920895ed
commit
0f0fa58c31
|
@ -3,7 +3,7 @@
|
||||||
require_once (dirname(__FILE__) . "/config_test.php");
|
require_once (dirname(__FILE__) . "/config_test.php");
|
||||||
require_once (dirname(__FILE__) . "/../book.php");
|
require_once (dirname(__FILE__) . "/../book.php");
|
||||||
|
|
||||||
class StackTest extends PHPUnit_Framework_TestCase
|
class BookTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testGetBookCount ()
|
public function testGetBookCount ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue