Skip to content

Commit

Permalink
BUG Escape % to work with Symhony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Oct 20, 2020
1 parent 7648963 commit 96281e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default:
suites:
cms:
paths:
- '%paths.modules.cms%/tests/behat/features'
- "%paths.modules.cms%/tests/behat/features"
contexts:
- SilverStripe\Framework\Tests\Behaviour\FeatureContext
- SilverStripe\Framework\Tests\Behaviour\CmsFormsContext
Expand All @@ -13,7 +13,7 @@ default:
- SilverStripe\CMS\Tests\Behaviour\ThemeContext
- SilverStripe\CMS\Tests\Behaviour\FixtureContext:
# Note: double indent for args is intentional
- '%paths.modules.cms%/tests/behat/features/files/'
- "%paths.modules.cms%/tests/behat/features/files/"

extensions:
SilverStripe\BehatExtension\MinkExtension:
Expand All @@ -25,5 +25,5 @@ default:
browser_name: chrome

SilverStripe\BehatExtension\Extension:
screenshot_path: '%paths.base%/artifacts/screenshots'
screenshot_path: "%paths.base%/artifacts/screenshots"
bootstrap_file: "tests/behat/serve-bootstrap.php"

0 comments on commit 96281e7

Please sign in to comment.