|
|
8d670b4ed7
|
refactor: renames traits
|
2021-06-15 23:05:57 +01:00 |
|
|
|
c07cd8c252
|
feat: move Expectations API out of external plugin
|
2021-06-15 17:10:21 +01:00 |
|
|
|
ea696f819e
|
feat: move Coverage out of external plugin
|
2021-06-15 14:26:57 +01:00 |
|
|
|
55449c956a
|
feat: move init command out of external plugin
|
2021-06-15 09:29:33 +01:00 |
|
|
|
1c57de7e36
|
fixes typos
|
2021-06-13 11:45:18 +01:00 |
|
|
|
49de462250
|
Adds support for incompleted tests
|
2021-06-10 19:20:16 +01:00 |
|
|
|
50e9978dc3
|
Merge branch 'master' into matrix-datasets
# Conflicts:
# tests/.snapshots/success.txt
|
2021-06-10 09:01:09 +02:00 |
|
|
|
17d407a26a
|
Updates changelog
|
2021-06-07 15:27:33 +01:00 |
|
|
|
cdc3bd3f45
|
Merge pull request #308 from titouanmathis/fix/test-key-separator
Fix/test key separator
|
2021-06-07 15:22:05 +01:00 |
|
|
|
4c911cd0eb
|
docs: update changelog
|
2021-06-07 08:59:27 +01: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 |
|
|
|
ea0be9e7a4
|
Refactored Datasets::resolve() to make it more readable
|
2021-05-27 08:46:38 +02:00 |
|
|
|
838ac273ab
|
writed tests with multiple datasets
Took 1 hour 6 minutes
|
2021-05-25 23:56:46 +02:00 |
|
|
|
3117f11fae
|
phpstan fixes
Took 3 minutes
|
2021-05-24 23:36:51 +02:00 |
|
|
|
294c41f0dc
|
lint fixes
Took 3 minutes
|
2021-05-24 23:33:43 +02:00 |
|
|
|
19a45c856e
|
updates Dataset::resolve to generate a matrix of values from multiple datasets
Took 42 seconds
|
2021-05-24 23:30:11 +02:00 |
|
|
|
3b784060b8
|
updated TestCaseFactory.php to store multiple datasets
Took 44 seconds
|
2021-05-24 23:29:29 +02:00 |
|
|
|
dd5a11a61f
|
updated TestCall.php to store multiple datasets
Took 1 hour 59 minutes
|
2021-05-24 23:28:46 +02:00 |
|
|
|
9133b88d65
|
release: 1.3.0
|
2021-05-23 22:06:11 +01:00 |
|
|
|
6c6bba2a04
|
tests: updates snapshots
|
2021-05-23 22:02:06 +01:00 |
|
|
|
dd24b7e347
|
Merge pull request #300 from pestphp/feat-function_exists
Wrap functions in function_exists
|
2021-05-23 21:47:25 +01:00 |
|
|
|
98c62f4b1d
|
show only name for named datasets
Took 4 minutes
|
2021-05-23 22:16:29 +02:00 |
|
|
|
dd78cc9a50
|
Wrap functions in function_exists
|
2021-05-19 09:47:29 +02:00 |
|
|
|
9027411004
|
feat(mock-plugin): moves mock stuff to their own plugin
|
2021-05-15 23:43:37 +01:00 |
|
|
|
7023cec432
|
feat(mock): updates tests
|
2021-05-15 01:01:46 +01:00 |
|
|
|
c9f723530d
|
feat(mock): adds work in progress
|
2021-05-14 23:52:24 +01:00 |
|
|
|
3205b571b0
|
Merge branch 'master' of https://github.com/pestphp/pest
|
2021-05-14 10:51:54 +01:00 |
|
|
|
2c4aef5272
|
release: 1.2.1
|
2021-05-14 10:51:50 +01:00 |
|
|
|
ea8ab88056
|
style: apply fixes from PHPStan
|
2021-05-14 10:05:16 +01:00 |
|
|
|
564a21badd
|
style: apply fixes from php-cs-fixer
|
2021-05-14 10:00:53 +01:00 |
|
|
|
41ce87450f
|
fix: resolve test directory before function call
|
2021-05-14 09:33:52 +01:00 |
|
|
|
fb0eef4200
|
release: 1.2.0
|
2021-05-13 00:37:55 +01:00 |
|
|
|
819da37b89
|
Merge pull request #292 from shuvroroy/patch-1
Remove unused import
|
2021-05-12 21:21:59 +01:00 |
|
|
|
7bb12b73e8
|
Merge pull request #288 from gregorip02/master
Ignore the absence of the tests folder
|
2021-05-11 08:19:14 +01:00 |
|
|
|
b8103697c9
|
Remove unused import
|
2021-05-07 12:45:55 +06:00 |
|
|
|
ca3f8b5702
|
Merge pull request #291 from olivernybroe/feat-junit
Add Junit support
|
2021-05-05 17:13:58 +01:00 |
|
|
|
daa01ea44b
|
Merge pull request #283 from faustbrian/test-directory-config
make test directory configurable
|
2021-05-05 11:07:10 +01:00 |
|
|
|
26d577f9c5
|
separate directory and path by /
|
2021-05-05 05:07:17 +03:00 |
|
|
|
43fb711251
|
Merge branch 'master' into master
|
2021-05-03 11:47:36 -04:00 |
|
|
|
567af55a19
|
make test directory configurable
|
2021-05-03 18:28:20 +03:00 |
|
|
|
c6a2e3b4d0
|
chore: release 1.1.0
|
2021-05-02 23:41:59 +01:00 |
|
|
|
a10428efe6
|
Merge pull request #282 from jordanbrauer/reusable-hooks
Reusable hooks
|
2021-05-02 19:51:59 +01:00 |
|
|
|
1440637e41
|
Add Junit support
|
2021-05-02 11:22:19 +02:00 |
|
|
|
d048d60d04
|
Ignore the absence of the tests folder
|
2021-04-10 11:51:13 -04:00 |
|
|
|
1b9162151c
|
docs: add some method documentation and fix typo
|
2021-04-07 11:02:00 -05:00 |
|
|
|
90efcc8a8a
|
feat: add shared/global beforeAll and afterAll hooks
|
2021-04-07 10:55:19 -05:00 |
|
|
|
7d35ee9998
|
feat: add new helper to create static closure chains
|
2021-04-07 10:53:46 -05:00 |
|
|
|
f21e45ae64
|
fix: type declaration for and add small comment RE: merge behaviour
|
2021-04-07 09:49:53 -05:00 |
|
|
|
c7d26a27b6
|
fix: ensure that Pest is loaded before the test file itself
|
2021-04-07 09:49:12 -05:00 |
|
|
|
54f9397f47
|
style: address stan + lint issues
|
2021-04-06 19:32:49 -05:00 |
|