Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs-issues' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 21, 2018
2 parents 5304705 + c7ddd28 commit bb65846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/ComponentInstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ public static function assertPrompt($argument, $packageName = null)
}

if (false === strpos(
$argument,
sprintf("Please select which config file you wish to inject '%s' into", $packageName)
)) {
$argument,
sprintf("Please select which config file you wish to inject '%s' into", $packageName)
)) {
return false;
}

Expand Down

0 comments on commit bb65846

Please sign in to comment.