Skip to content

Commit

Permalink
Fix for typo in test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Apr 19, 2011
1 parent 79dfef5 commit 9040aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit-tests/php/Phix_Project/Phix/ContextTest.php
Expand Up @@ -44,7 +44,7 @@

namespace Phix_Project\Phix;

class ContextListTest extends \PHPUnit_Framework_TestCase
class ContextTest extends \PHPUnit_Framework_TestCase
{
public function testCanCreate()
{
Expand Down

0 comments on commit 9040aa2

Please sign in to comment.