mprzytulski / phpstorm-behat

Behat support for PhpStorm IDE
http://projectspace.pl/plugins/behat
33 stars 3 forks source link

Plugin does not recognise line splits in test definitions #45

Open carlos-granados opened 4 years ago

carlos-granados commented 4 years ago

Behat allows you to split a test definition by using a \ continuation like this:

    /**
     * @Then the fuel movement for the tank to tank transfer between :locationFromName and :locationToName \
     * should have a :fieldName of :value
     */

However, the plugin is unable to recognise this and the step shows as undefined in the feature file:

And the fuel movement for the tank to tank transfer between "Tank 1" and "Tank 2" should have a "quantity" of "10000"

This step shows as undefined