We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69503a7 + 6983c45 commit 929374aCopy full SHA for 929374a
README.md
@@ -92,7 +92,7 @@ class MyExtensionTest extends AbstractExtensionTestCase
92
*/
93
public function after_loading_the_correct_parameter_has_been_set()
94
{
95
- $this->load(array('my' => array('enabled' => 'false'));
+ $this->load(array('my' => array('enabled' => 'false')));
96
97
...
98
}
0 commit comments