Skip to content

Commit 929374a

Browse files
Merge pull request #58 from Nyholm/patch-2
Typo
2 parents 69503a7 + 6983c45 commit 929374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class MyExtensionTest extends AbstractExtensionTestCase
9292
*/
9393
public function after_loading_the_correct_parameter_has_been_set()
9494
{
95-
$this->load(array('my' => array('enabled' => 'false'));
95+
$this->load(array('my' => array('enabled' => 'false')));
9696

9797
...
9898
}

0 commit comments

Comments
 (0)