Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit cded763

Browse files
committed
fixed preparing tests
1 parent a9db793 commit cded763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class RoboFile extends \Robo\Tasks
99
// define public methods as commands
1010
public function prepare()
1111
{
12-
$config = json_decode(file_get_contents(__DIR__ . '/composer.json'));
12+
$config = json_decode(file_get_contents(__DIR__ . '/composer.json'), true);
1313

1414
$config['name'] = 'codeception/phpunit-wrapper-test';
1515
$config['require-dev']['codeception/codeception'] = '*';

0 commit comments

Comments
 (0)