Kamil Kokot
e94285dc0b
Fix coding standard
2020-04-04 15:44:41 +02:00
Kamil Kokot
b05304858c
Introduce a service in the test application that exposes driver's service container
2020-04-04 15:26:02 +02:00
Kamil Kokot
776af6cc38
Describe accessing driver's service container
2020-04-04 15:13:01 +02:00
Kamil Kokot
59eff93985
feature #107 Add support for PHP 7.4 (pamil)
...
This PR was merged into the 2.1-dev branch.
Discussion
----------
Commits
-------
c3488f08d6 Add support for PHP 7.4
2020-02-07 10:28:45 +01:00
Kamil Kokot
c3488f08d6
Add support for PHP 7.4
2020-02-07 10:20:27 +01:00
Kamil Kokot
c2afff0d15
Generate changelog for v2.1.0-BETA.1
2020-01-15 19:02:23 +01:00
Kamil Kokot
8245745535
feature #108 Add compatibility with Symfony 5 (pamil)
...
This PR was merged into the 2.1-dev branch.
Discussion
----------
Fixes #103 .
Commits
-------
019557e8e3 Try to run tests with Behat @ dev-master
2020-01-15 19:00:15 +01:00
Kamil Kokot
019557e8e3
Try to run tests with Behat @ dev-master
2020-01-15 18:54:07 +01:00
Kamil Kokot
8c54ffec8e
Update README
2020-01-13 21:53:42 +01:00
Kamil Kokot
af3f498a81
refactor #100 Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3 (pamil)
...
This PR was merged into the 2.1-dev branch.
Discussion
----------
Waiting for Behat to support Symfony 5.
Commits
-------
fbe3fb6c5e Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3
2020-01-13 20:50:16 +01:00
Kamil Kokot
fbe3fb6c5e
Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3
2020-01-13 20:35:11 +01:00
Kamil Kokot
f2ba93c12e
Merge branch '2.0'
...
* 2.0:
Fix the build
2020-01-13 20:28:39 +01:00
Kamil Kokot
97a0f50070
bug #106 Fix the build (pamil)
...
This PR was merged into the 2.0 branch.
Discussion
----------
Commits
-------
0aeb7b089d Fix the build
2020-01-13 20:28:09 +01:00
Kamil Kokot
40acf76a29
Sort packages in composer.json
2020-01-13 20:27:06 +01:00
Kamil Kokot
0aeb7b089d
Fix the build
2020-01-13 20:21:46 +01:00
Kamil Kokot
6aa15be980
minor #105 Add integration with FriendsOfBehat/PageObjectExtension (pamil)
...
This PR was merged into the 2.1-dev branch.
Discussion
----------
Commits
-------
6d40a32f7c Add integration with FriendsOfBehat/PageObjectExtension
2020-01-13 20:08:29 +01:00
Kamil Kokot
6d40a32f7c
Add integration with FriendsOfBehat/PageObjectExtension
2020-01-13 19:45:44 +01:00
Kamil Kokot
f0035b1087
Merge branch '2.0'
...
* 2.0:
Generate changelog for v2.0.10
Fix referencing context initializers
Add conflict with symfony/stopwatch ^5.0
Fix the build & add tests for Symfony 4.3 and 4.4
2019-12-09 13:13:33 +01:00
Kamil Kokot
9c6c019c6d
Generate changelog for v2.0.10
2019-12-09 13:08:52 +01:00
Kamil Kokot
e08fef9373
bug #101 Fix referencing context initializers (kamazee)
...
This PR was merged into the 2.0 branch.
Discussion
----------
With definition, that has been used instead of reference, container has used to created 2 instances of initializer: one with service id, and one "anonymous", described by spl_object_hash in a container, it broke stateful initializers: in my case initializer was also used to reset state before next scenario/example, and initializing and resetting happened with different instances of initializer.
If the fix and test are OK, let me know if you want me to cherry-pick the fix onto master and created additional pull request for master.
Commits
-------
06104478cc Fix referencing context initializers
2019-12-09 13:07:37 +01:00
Alexander Kurilo
06104478cc
Fix referencing context initializers
...
With definition, that has been used instead of reference, container has
used to created 2 instances of initializer: one with service id, and one
"anonymous", described by spl_object_hash in a container, it breaked
stateful initializers: in my case initializer was also used to reset
state before next scenario/example, and initializing and resetting happened
with different instances of initializer
2019-12-09 13:01:40 +01:00
Kamil Kokot
8af487dd5a
bug #102 Fix the build & add tests for Symfony 4.3 and 4.4 (pamil)
...
This PR was merged into the 2.0 branch.
Discussion
----------
Commits
-------
15f70c0a14 Fix the build & add tests for Symfony 4.3 and 4.4
5519b92883 Add conflict with symfony/stopwatch ^5.0
2019-12-09 12:58:23 +01:00
Kamil Kokot
5519b92883
Add conflict with symfony/stopwatch ^5.0
...
symfony/http-kernel 4.1.* and 4.2.* causes fatal error when symfony/stopwatch 5.0.* is installed
2019-12-09 12:36:00 +01:00
Kamil Kokot
15f70c0a14
Fix the build & add tests for Symfony 4.3 and 4.4
2019-12-09 12:01:38 +01:00
Kamil Kokot
3123c7e5ec
Merge branch '2.0'
...
* 2.0:
Generate changelog for v2.0.9
2019-10-10 18:00:45 +02:00
Kamil Kokot
96dfafd63e
Generate changelog for v2.0.9
2019-10-10 18:00:08 +02:00
Kamil Kokot
17b5a05eaa
Update README.md with Symfony ^4.3 requirement
2019-10-10 17:58:07 +02:00
Kamil Kokot
33c4ce3fb0
minor #98 Add Symfony 4.3.* build to Travis CI (pamil)
...
This PR was merged into the 2.1-dev branch.
Discussion
----------
Commits
-------
36a23e17cf Add Symfony 4.3.* build to Travis CI
2019-10-10 17:57:43 +02:00
Kamil Kokot
15f9801c2b
Merge branch '2.0'
...
* 2.0:
Change author's website URL
Do not require base URL set with Mink
Add base_url to docs for configuring Mink
2019-10-10 17:54:28 +02:00
Kamil Kokot
2e20fee027
bug #97 Do not require base URL set with Mink (pamil)
...
This PR was merged into the 2.0 branch.
Discussion
----------
Fixed #95 .
Commits
-------
f3eca984d2 Do not require base URL set with Mink
2019-10-10 17:53:33 +02:00
Kamil Kokot
33d1032dfc
Change author's website URL
2019-10-10 17:44:21 +02:00
Kamil Kokot
36a23e17cf
Add Symfony 4.3.* build to Travis CI
2019-10-10 17:40:26 +02:00
Kamil Kokot
f3eca984d2
Do not require base URL set with Mink
2019-10-10 17:38:33 +02:00
Kamil Kokot
272b8e3ae7
bug #96 Add base_url to docs for configuring Mink ()
...
This PR was merged into the 2.0 branch.
Discussion
----------
Fixes #95
Commits
-------
9bbf5bd240 Add base_url to docs for configuring Mink
2019-10-10 17:36:07 +02:00
Andy Clyde
9bbf5bd240
Add base_url to docs for configuring Mink
2019-10-10 17:35:07 +02:00
Kamil Kokot
39a108cded
Merge branch '2.0'
...
* 2.0:
[HotFix] Force object typehint
Improve Mink installation docs
2019-09-10 12:25:57 +02:00
Kamil Kokot
04dfdcb91a
bug #93 [HotFix] Force object typehint (lchrusciel)
...
This PR was merged into the 2.0 branch.
Discussion
----------
Commits
-------
b056e9b5f0 [HotFix] Force object typehint
2019-09-10 12:13:24 +02:00
Łukasz Chruściel
b056e9b5f0
[HotFix] Force object typehint
2019-09-09 19:52:03 +02:00
Łukasz Chruściel
509b2e2687
feature #82 Provide simple BrowserKit integration (pamil)
...
This PR was merged into the 2.1-dev branch.
Discussion
----------
There's already a service for BrowserKit's client, this PR adds acceptance scenarios and autowires it. The architecture might need some rework after introducing Panther support.
Commits
-------
ab61dbaa39 Provide simple BrowserKit integration
2019-09-09 19:49:56 +02:00
Łukasz Chruściel
2ad4dfb1ac
bug #92 Improve Mink installation docs (pamil)
...
This PR was merged into the 2.0 branch.
Discussion
----------
Commits
-------
a831b15c67 Improve Mink installation docs
2019-09-09 19:29:19 +02:00
Kamil Kokot
a831b15c67
Improve Mink installation docs
2019-09-09 15:40:42 +02:00
Kamil Kokot
ab61dbaa39
Provide simple BrowserKit integration
2019-08-25 18:34:54 +02:00
Kamil Kokot
2f038b27c6
Coding standard fixes
2019-08-25 18:34:16 +02:00
Kamil Kokot
9e2e239431
minor #87 Update README.md (DonCallisto)
...
This PR was merged into the 2.1-dev branch.
Discussion
----------
Updated docs in order to be consistent with `composer.json` file
Commits
-------
708b71997c Update README.md
2019-08-01 13:57:44 +02:00
Samuele Lilli
708b71997c
Update README.md
2019-08-01 11:08:45 +02:00
Kamil Kokot
a608eeefd8
Merge branch '2.0'
...
* 2.0:
Minor improvements to CI config
Fix docs to reflect extension configuration: change 'kernel.file' to 'kernel.path'
Use right namespace for service definition
2019-05-17 17:19:31 +08:00
Kamil Kokot
1cd2a9594c
refactor #84 Minor improvements to CI config (pamil)
...
This PR was merged into the 2.0 branch.
Discussion
----------
Commits
-------
2c3d938675 Minor improvements to CI config
2019-05-17 17:17:41 +08:00
Kamil Kokot
ae5fc54739
bug #83 Fix master build (pamil)
...
This PR was merged into the 2.0-dev branch.
Discussion
----------
Commits
-------
30b6c37537 Fix master build
2019-05-17 17:11:58 +08:00
Kamil Kokot
2c3d938675
Minor improvements to CI config
2019-05-17 17:11:27 +08:00
Kamil Kokot
30b6c37537
Fix master build
2019-05-17 17:06:36 +08:00