Commit Graph

102 Commits

Author SHA1 Message Date
e1e926076a fix: types on arch expectations 2022-12-14 14:56:11 +00:00
d33cc19778 fix: ignored dataset description for string description 2022-12-07 20:10:23 +02:00
70f447a8bc chore: improves type coverage 2022-12-07 09:17:35 +00:00
d29d68a2c2 Adds initial implementation of --dirty option. 2022-12-05 08:59:42 +00:00
3aaa93931a Merge branch 'master' into datasets-scope
# Conflicts:
#	tests/.snapshots/success.txt
2022-11-30 14:06:05 +01:00
e37f3d3d45 ignore the keys returned by the datasets Generator for storing them into an array 2022-10-30 13:05:09 +02:00
5c4e98cf0c Docs 2022-09-25 11:40:38 +01:00
db00fc8c09 Renamed DatasetAlreadyExists exception 2022-09-22 11:01:31 +02:00
98b04632ce remove hardcoded string 2022-09-22 10:59:31 +02:00
cbd4cefc1a Update src/Repositories/DatasetsRepository.php
Co-authored-by: Luke Downing <lukeraymonddowning@gmail.com>
2022-09-22 10:56:47 +02:00
84b8c389b2 remove hardcoded string 2022-09-22 10:56:03 +02:00
e34364d8b1 remove dump 2022-09-22 10:35:57 +02:00
cbee6e76b0 [feat] scoped datasets 2022-09-20 00:11:37 +02:00
45011ebd14 Code quality improvements 2022-09-16 11:27:17 +01:00
e9564febaf Migrates to Pint 2022-09-16 10:45:53 +01:00
3ff95faaaa Uses Collision ^7.0 2022-09-15 01:07:15 +01:00
1706e1d2e0 fix lint 2022-08-02 11:01:17 +02:00
3ffed844a6 style: apply fixes from PHP-CS-Fixer 2022-03-08 10:51:38 +00:00
6dcdfdb82f Merge branch 'master' into feat/retry 2021-12-05 17:44:20 +00:00
b1f9ce2283 refacto: structure 2021-12-05 14:40:08 +00:00
106b279ed0 feat: adds --retry option 2021-12-04 21:18:55 +00:00
f3f58c7f52 upgrade to phpstan lvl 7 2021-11-15 22:20:00 +01:00
ffd4e6d577 upgrade to phpstan level 6 2021-11-15 12:23:53 +01:00
b2cd60395f chore: phpstan level 5 2021-11-14 21:39:24 +00:00
183f975166 chore: phpstan level 5 2021-11-14 21:23:02 +00:00
4b213d63bd feat: reworks evalution of Test Case 2021-11-14 19:58:25 +00:00
cd34f0ba81 refactor: comments 2021-10-24 22:39:35 +01:00
2b687a7269 refactor: PHP 8 features 2021-10-24 18:29:59 +01:00
cf47b45262 feat: basic PHPUnit 10 support 2021-10-24 01:03:18 +01:00
7f38de11b7 refactor: --ci option 2021-09-25 13:29:11 +01:00
601c4b01fc refactors to use a Plugin to parse --ci option 2021-09-22 14:53:16 +02:00
dd643faa5c adds a new --ci option to pest binary 2021-09-22 10:17:44 +02:00
2125bf9668 chore: adjusts tests 2021-08-26 21:14:56 +01:00
4dfc02c5da Refactor 2021-08-13 11:19:03 +01:00
5c84b0c6d3 The getFilenames method now respects only calls. 2021-08-13 11:07:52 +01:00
d9749ca65b Adds a method for getting all filenames 2021-08-13 10:26:38 +01:00
0a3991c314 Initial working draft 2021-08-05 13:13:53 +01:00
dc75b34deb refactor: move logic into boolean method in TestCaseFactory 2021-06-30 09:51:49 -05:00
6a7ee90ff5 feat: throw user-friendly exception for missing argument data 2021-06-16 01:01:34 -05:00
c04d6d946d Fix a bug where plugins could not be used in a path containing an @
Fix #307
2021-06-03 14:15:20 +02:00
9027411004 feat(mock-plugin): moves mock stuff to their own plugin 2021-05-15 23:43:37 +01:00
90efcc8a8a feat: add shared/global beforeAll and afterAll hooks 2021-04-07 10:55:19 -05:00
f21e45ae64 fix: type declaration for and add small comment RE: merge behaviour 2021-04-07 09:49:53 -05:00
54f9397f47 style: address stan + lint issues 2021-04-06 19:32:49 -05:00
ff44589572 refactor: pack hooks into an array instead of 1 argument per hook 2021-04-06 19:27:50 -05:00
99500d0cae feat: add shared/global before each hook 2021-03-28 02:03:31 -05:00
38344c99f1 style: apply Rector changes 2020-08-12 14:45:55 +01:00
ae7991c7e9 Style fixes. 2020-06-17 11:56:24 -03:00
40766f9275 Fix in Test Repository use method. 2020-06-17 09:59:46 -03:00
c81dce0f6d feat(pending-higher-order-tests): adds code and tests 2020-06-04 01:33:33 +02:00