Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 5c58504

Browse files
committed
BUG: refs #256. Fix class name for Api Index Controller test
1 parent d95afb4 commit 5c58504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/tests/controllers/ApiIndexControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
=========================================================================*/
1212

1313
/** Tests the functionality of the web API methods */
14-
class ApiCallMethodsTest extends ControllerTestCase
14+
class ApiIndexControllerTest extends ControllerTestCase
1515
{
1616
/** set up tests */
1717
public function setUp()

0 commit comments

Comments
 (0)