Skip to content

Commit

Permalink
Merge pull request #223 from Laykou/patch-1
Browse files Browse the repository at this point in the history
Add codeception postInstall hook
  • Loading branch information
lorenzo committed Mar 3, 2015
2 parents 74880e9 + 84f6012 commit 14792c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Console/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ public static function postInstall(Event $event)
}

static::setSecuritySalt($rootDir, $io);

if (class_exists('\Cake\Codeception\Console\Installer')) {
\Cake\Codeception\Console\Installer::customizeCodeceptionBinary($event);
}
}

/**
Expand Down

0 comments on commit 14792c2

Please sign in to comment.