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.
1 parent 3e507e0 commit a4b904fCopy full SHA for a4b904f
tests/render.php
@@ -26,11 +26,11 @@ public function caseProvider()
26
public function testJsPhpizeGeneration($returnFile, $jsFile)
27
{
28
$examples = __DIR__ . '/../examples';
29
- $jsPhpize = new JsPhpize([
30
- 'helpers' => [
+ $jsPhpize = new JsPhpize(array(
+ 'helpers' => array(
31
'dot' => 'dotWithArrayPrototype',
32
- ],
33
- ]);
+ ),
+ ));
34
$expected = file_get_contents($examples . '/' . $returnFile);
35
36
try {
0 commit comments