|
|
679082e805
|
feat(expect): add more methods
|
2020-07-10 07:53:45 +01:00 |
|
|
|
42f0bd052e
|
feat(expect): add more methods
|
2020-07-10 07:47:34 +01:00 |
|
|
|
01b9bab55f
|
feat(expect): adds toBe
|
2020-07-06 00:32:12 +02:00 |
|
|
|
3eb0a95955
|
Merge pull request #121 from owenvoke/feature/changelog-hr
Add 'hr' tag to separate link
|
2020-07-02 11:20:32 +02:00 |
|
|
|
d11157f7b2
|
Add 'hr' tag to separate link
|
2020-07-02 10:15:48 +01:00 |
|
|
|
1f2ec74d6c
|
docs: updates changelog
|
2020-07-02 10:04:29 +01:00 |
|
|
|
1241e929b1
|
docs: updates changelog
v0.2.3
|
2020-07-01 20:26:18 +02:00 |
|
|
|
db7c4b174f
|
refactor: thanks
|
2020-07-01 20:23:00 +02:00 |
|
|
|
460ce45349
|
Merge pull request #118 from owenvoke/feature/thanks
Add --thanks option plugin
|
2020-07-01 18:51:54 +02:00 |
|
|
|
8e203e914e
|
Add test for --thanks
|
2020-07-01 10:27:12 +01:00 |
|
|
|
64a8ed04ff
|
Add --thanks option plugin
|
2020-07-01 10:25:22 +01:00 |
|
|
|
234b6847ad
|
Merge pull request #115 from owenvoke/feature/changelog
Add next section link to the CHANGELOG
|
2020-06-29 23:12:30 +02:00 |
|
|
|
933820c8d3
|
Add next section link to the CHANGELOG
See: https://github.com/pestphp/website/pull/66#discussion_r447211656
|
2020-06-29 21:45:59 +01:00 |
|
|
|
4e9587da59
|
Merge pull request #114 from rkozlov95/normalize-changelogs
docs: updates changelog
|
2020-06-29 01:25:01 +02:00 |
|
|
|
60a5db14ba
|
docs: updates changelog
|
2020-06-29 02:23:49 +03:00 |
|
|
|
7ea3e02afa
|
Merge pull request #112 from rkozlov95/add-pull-request-template
add pull request template
|
2020-06-28 01:48:18 +02:00 |
|
|
|
421c52fb74
|
add pull request template
|
2020-06-28 02:18:24 +03:00 |
|
|
|
a3644f7efa
|
tests: fixes windows tests
|
2020-06-26 18:42:57 +02:00 |
|
|
|
c7326f430b
|
chore: fixes required version of collision
|
2020-06-26 18:28:47 +02:00 |
|
|
|
9ea51caf3f
|
feat: adds --version option
|
2020-06-26 18:17:11 +02:00 |
|
|
|
cb4c9563bd
|
Merge pull request #109 from Gummibeer/patch-1
pass calls to overloaded method if possible
|
2020-06-21 18:53:12 +02:00 |
|
|
|
fac44d9afe
|
revert to first approach by calling __call directly
|
2020-06-21 18:46:11 +02:00 |
|
|
|
6e27c6d85d
|
fix tye check
|
2020-06-21 18:44:04 +02:00 |
|
|
|
9a0cfaf339
|
use shorter beforeEach chain syntax
|
2020-06-21 18:39:47 +02:00 |
|
|
|
321b3e8df3
|
use call_user_func_array instead of direct calling __call
add check for __callStatic
|
2020-06-21 18:31:09 +02:00 |
|
|
|
bff97418ed
|
do not return $this
|
2020-06-21 18:27:43 +02:00 |
|
|
|
a47ad6a1d3
|
Merge branch 'master' of https://github.com/pestphp/pest into patch-1
# Conflicts:
# tests/.snapshots/success.txt
|
2020-06-21 18:25:57 +02:00 |
|
|
|
74c14808cf
|
rebuild success.txt
|
2020-06-21 18:24:49 +02:00 |
|
|
|
eff2d7f613
|
fix test and add exception test
|
2020-06-21 18:23:39 +02:00 |
|
|
|
e135979f34
|
revert null old-target logic
|
2020-06-21 18:22:34 +02:00 |
|
|
|
15edde8e87
|
docs: updates changelog
v0.2.2
|
2020-06-21 17:43:28 +02:00 |
|
|
|
211f5c2433
|
tests: makes incomplete tests success
|
2020-06-21 17:40:41 +02:00 |
|
|
|
5d58d58f71
|
chore: updates phpstan config
|
2020-06-21 17:40:29 +02:00 |
|
|
|
d5a4008d3e
|
chore: bumps dev dependencies
|
2020-06-21 17:40:17 +02:00 |
|
|
|
1bf802268f
|
Merge pull request #103 from nuernbergerA/feature/depends
Add support for PHPUnit's @depends
|
2020-06-21 17:10:58 +02:00 |
|
|
|
807a4b004f
|
Merge branch 'master' into feature/depends
|
2020-06-21 17:10:51 +02:00 |
|
|
|
53a8c7b05e
|
add test for new macro behavior
|
2020-06-21 14:02:56 +02:00 |
|
|
|
ef5715ce10
|
ignore null return values and re-use old target
|
2020-06-21 14:02:42 +02:00 |
|
|
|
0c04882389
|
use long exception variable name
|
2020-06-21 13:08:06 +02:00 |
|
|
|
323c5f211f
|
pass calls to overloaded method if possible
fix #108
|
2020-06-21 11:55:32 +02:00 |
|
|
|
f7a3fa15f4
|
Merge pull request #101 from fetzi/bugfix/dataset-name-creation
Fix dataset name creation with objects
|
2020-06-20 21:42:16 +02:00 |
|
|
|
6dd3ca20e4
|
Also handle multiple descriptions within whole dataset
|
2020-06-20 11:29:07 +02:00 |
|
|
|
d9ea378819
|
Only append numbers when data set desc is the same
|
2020-06-20 09:53:38 +02:00 |
|
|
|
6aa0356570
|
add more tests
|
2020-06-19 23:22:14 +02:00 |
|
|
|
45b0d5d899
|
feat(depends): adds phpdocs
|
2020-06-19 21:39:01 +02:00 |
|
|
|
5be1edd7b7
|
added missing return types
|
2020-06-19 21:25:38 +02:00 |
|
|
|
75f7ee0acf
|
added feedback from @nunomaduro
|
2020-06-19 20:39:09 +02:00 |
|
|
|
d0a74931dd
|
implemented support for PHPUnit's @depends
|
2020-06-19 19:50:54 +02:00 |
|
|
|
0738e113ad
|
Fix dataset name creation with objects
fixes #98
|
2020-06-19 16:03:47 +02:00 |
|
|
|
283d8f3e03
|
docs: updates changelog
v0.2.1
|
2020-06-17 18:57:54 +02:00 |
|