Yozhef
43dd1ee4dc
Merge pull request #193 from mpdude/symfony-61-test-matrix
...
Amend the test matrix for Symfony 6.1
2022-11-30 11:17:16 +02:00
Yozhef
3dc924d9b7
Merge pull request #194 from mpdude/do-not-rerun-tests
...
Do not re-run tests when a PR description is changed
2022-11-30 11:16:43 +02:00
Yozhef
9cbf9b63b6
Merge pull request #197 from relthyg/docs
...
Remove typing error in documentation
2022-11-30 11:16:17 +02:00
Yozhef
4bbe058d37
Merge pull request #196 from mpdude/update-psalm
...
Update to Psalm 4.30
2022-11-30 11:13:55 +02:00
Yozhef
e4808760b9
Merge pull request #198 from mpdude/mpdude-patch-1
...
Note one more lifecycle limitation in the documentation file
2022-11-30 11:12:22 +02:00
Matthias Pigulla
14871b193e
Note one more lifecycle limitation in the documentation file
2022-11-28 17:53:04 +01:00
Martin Güthler
777064c230
Remove typing error in documentation
2022-11-28 10:15:55 +01:00
Matthias Pigulla
50797b0f4a
Update to Psalm 4.30
2022-11-28 08:12:44 +00:00
Matthias Pigulla
d2a791c464
Do not re-run tests when a PR description is changed
2022-11-28 07:21:06 +00:00
Matthias Pigulla
27e7ba8bac
Amend the test matrix for Symfony 6.1
2022-11-28 07:15:17 +00:00
Yozhef
764fa7861d
Merge pull request #190 from mpdude/reset-driver-kernel-and-browser
...
Fix `fob_symfony.driver_kernel` state leaking between requests and scenarios
2022-11-27 17:36:56 +02:00
Matthias Pigulla
933333991b
Add remarks regarding accessing the latest instances of services in the driver's container after a reboot
2022-11-27 10:10:12 +00:00
Matthias Pigulla
f1971fde57
* Reset also fob_symfony.driver_kernel between scenarios
...
* Make sure reset() for the Mink driver implementation creates new KernelBrowser instances, to achieve consistent reboots of the `fob_symfony.driver_kernel` when making more than one request within a single scenario
2022-11-26 09:26:34 +00:00
Yozhef
8a0c40c9bc
Merge pull request #192 from mpdude/improve-docs
...
Explain the concept and consequences of having two kernels/containers a bit more
2022-11-26 09:28:33 +02:00
Yozhef
3645bd68ad
Merge pull request #191 from mpdude/fix-build
...
Fix the build pipeline in GitHub Actions
2022-11-26 09:28:13 +02:00
Matthias Pigulla
45db79fb3b
Explain the concept and consequences of having two kernels/containers a bit more
...
This is something I found not easy to grasp, and I also noticed other people having difficulties with understanding.
I hope that these changes can clear things up a bit without going too much into technical details.
2022-11-25 10:07:57 +00:00
Matthias Pigulla
bdefae6b5a
Revert a change made for testing in my own fork
2022-11-24 19:12:54 +01:00
Matthias Pigulla
5ca39f87ff
Fix the build pipeline in GitHub Actions
2022-11-24 19:08:50 +01:00
Yozhef
572c34e648
Merge pull request #185 from ruudk/patch-1
...
Add return type mixed to offsetGet
2021-12-24 15:14:59 +02:00
Yozhef
de01d58d14
Merge pull request #129 from DonCallisto/issue_#88
...
Fix for #88
2021-12-24 15:13:35 +02:00
Ruud Kamphuis
237df2e912
Add return type mixed to offsetGet
...
Turns out that #175 was not enough to make Symfony happy:
```
Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "FriendsOfBehat\SymfonyExtension\Mink\MinkParameters" now to avoid errors or add an explicit @return annotation to suppress this message.
```
2021-12-14 17:56:03 +01:00
DonCallisto
1c3d12015f
Creating a failing test for #88
2021-12-14 12:58:54 +01:00
Kamil Kokot
f48f15f496
Merge pull request #184 from pamil/symfony-53
2021-12-13 13:27:29 +00:00
Kamil Kokot
809a587873
Bump requirements from Symfony ^5.1 to ^5.3 and test all supported minor Symfony versions
2021-12-13 14:25:24 +01:00
Kamil Kokot
ab600f5489
Merge pull request #183 from pamil/run-static-analysis-sf6
2021-12-13 13:23:12 +00:00
Kamil Kokot
b537524fdd
Fix null is a reserved word error
2021-12-13 14:21:45 +01:00
Kamil Kokot
d3fa3625e6
Apply coding standard fixes
2021-12-13 14:18:17 +01:00
Kamil Kokot
2d0d0a40ac
Allow for Psalm and ECS to run on all builds
2021-12-13 14:17:59 +01:00
Kamil Kokot
4dab7f8779
Run Psalm with --php-version
2021-12-13 14:13:56 +01:00
Kamil Kokot
d925288e09
Merge pull request #182 from FriendsOfBehat/reverConfigCron
2021-12-13 13:11:00 +00:00
Kamil Kokot
e0af4dafa6
Run static analysis with Symfony 6
2021-12-13 14:10:34 +01:00
Yozhef
9569af9852
Add run GH in release created
2021-12-13 15:07:51 +02:00
Kamil Kokot
22f59cca21
Merge pull request #181 from pamil/psalm-4.15
2021-12-13 13:06:57 +00:00
Yozhef
c09b32c2c3
Return config cron
2021-12-13 15:05:35 +02:00
Kamil Kokot
572e6b8d34
Require Psalm v4.15.0
2021-12-13 14:04:14 +01:00
Yozhef
9b8f75e4f3
Merge pull request #179 from javer/symfony6
...
Add Symfony 6 support and bump PHP to 7.4
2021-12-13 14:53:35 +02:00
javer
a063036c13
Add Symfony 6 support
2021-12-13 14:35:43 +02:00
Kamil Kokot
b67f25ef2c
Merge pull request #175 from ruudk/php-81-compat
2021-12-10 14:22:34 +00:00
Kamil Kokot
7868eb90d7
Merge pull request #174 from ruudk/patch-1
2021-12-10 13:52:02 +00:00
Ruud Kamphuis
8a48661921
Add PHP 8.1 compatibility
...
Return type of FriendsOfBehat\SymfonyExtension\Mink\MinkParameters::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
2021-11-13 10:23:18 +01:00
Ruud Kamphuis
26843f4dbf
Run tests on PHP 8.1
2021-11-13 10:20:47 +01:00
Ellis Benjamin
b53b0a238b
Example on how to enable test environment ( #147 )
...
Co-authored-by: Kamil Kokot <kamil@kokot.me >
2021-10-20 13:55:42 +02:00
Kamil Kokot
c112c8f25f
Merge pull request #123 from ubermuda/feature/use-config-environment-for-app-env
2021-10-20 13:52:16 +02:00
Kamil Kokot
7d022743ea
minor #145 Do not ignore PHP 8 platform requirements (pamil)
...
This PR was merged into the 2.2-dev branch.
Discussion
----------
Commits
-------
71f951de6a Do not ignore PHP 8 platform requirements
2021-02-04 20:43:31 +01:00
Kamil Kokot
71f951de6a
Do not ignore PHP 8 platform requirements
2021-02-04 16:47:51 +01:00
Kamil Kokot
9954f5d4c3
Generate changelog for v2.2.0
2021-02-04 16:45:42 +01:00
Kamil Kokot
6904b4907d
Fix the build
2021-02-04 16:41:46 +01:00
Kamil Kokot
c6c1650310
minor #136 Bump dependencies to Symfony ^4.4|^5.1 (pamil)
...
This PR was merged into the 2.2-dev branch.
Discussion
----------
Commits
-------
29e8970ad3 Bump dependencies to Symfony ^4.4|^5.1
2020-11-05 22:40:37 +01:00
Kamil Kokot
85c4e20541
minor #137 Bump dependencies to PHP ^7.3|^8.0 (pamil)
...
This PR was merged into the 2.2-dev branch.
Discussion
----------
Commits
-------
5cb54a9042 Bump dependencies to PHP ^7.3|^8.0
2020-11-05 22:39:13 +01:00
Kamil Kokot
29e8970ad3
Bump dependencies to Symfony ^4.4|^5.1
2020-11-05 22:38:52 +01:00