Anton Malev-Lanetskii

Results 5 comments of Anton Malev-Lanetskii

I extended class use SensioLabs\Behat\PageObjectExtension\PageObject\Page; I look through the all extends and I think it's problem in Mink version 1.5. In this version Element class really doesn't have a `getDriver()`...

Yes, I see, but this requirement doesn't work if in your project will be requirement of another version. Composer doesn't tell you to use another version of Mink when it's...

`composer show | grep behat` command log: ``` behat/behat v3.3.0 Scenario-orient... behat/gherkin dev-master 5c14cff Gherkin DSL par... behat/mink v1.5.0 Web acceptance ... behat/mink-browserkit-driver v1.1.0 Symfony2 Browse... behat/mink-extension v2.2 Mink extension...

Here the project with this issue https://github.com/RebOOter/page-object-bug But, I notice that in my composer file was the line with `"minimum-stability": "dev"`. Without this option everything fine from every sides. I...

The same applied to reading `--@ module=true` or any first line annotation in .lua files, because a BOM could be there as well