Skip to content

Commit

Permalink
Merge pull request #14 from awssat/analysis-8PkLko
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
abdumu authored Apr 26, 2019
2 parents eedf274 + 8e40aaa commit 6e547b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/SearchAndReplaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function it_respects_repeated_regex_search_param()
{
$this->searchAndReplace
->setContent('<tag class="life-is-sad"></tag>')
->perform('{regex_string}-{regex_string}-sad',
'{regex_string}-{regex_string}-fun',
->perform('{regex_string}-{regex_string}-sad',
'{regex_string}-{regex_string}-fun',
SearchAndReplace::INSIDE_CLASSE_PROP
);

Expand All @@ -37,8 +37,8 @@ public function it_respects_repeated_regex_replace_param()
{
$this->searchAndReplace
->setContent('<tag class="life-is-sad"></tag>')
->perform('life-is-{regex_string}',
'{regex_string}-is-{regex_string}',
->perform('life-is-{regex_string}',
'{regex_string}-is-{regex_string}',
SearchAndReplace::INSIDE_CLASSE_PROP
);

Expand Down

0 comments on commit 6e547b0

Please sign in to comment.