|
|
d130a1aea0
|
Cleanup actions static analysis
|
2020-07-16 18:22:17 +01:00 |
|
|
|
03201cb8b7
|
feat(expect): add more methods
|
2020-07-16 07:57:05 +01:00 |
|
|
|
46e900e8d2
|
feat(expect): add more methods
|
2020-07-16 07:35:31 +01:00 |
|
|
|
f0f79ab244
|
feat(expect): add more methods
|
2020-07-16 07:34:43 +01:00 |
|
|
|
1e61144cd2
|
feat(expect): handle property calls to opposite expectations
|
2020-07-15 01:05:36 +02:00 |
|
|
|
2751bc9674
|
feat(expect): fixes to contain with strings
|
2020-07-15 00:57:31 +02:00 |
|
|
|
e2deaae6c9
|
feat(expect): makes expect work with pending higher order tests
|
2020-07-15 00:34:59 +02:00 |
|
|
|
1aec8bac55
|
feat(expect): adds toHaveProperty
|
2020-07-14 23:37:02 +02:00 |
|
|
|
32ef377284
|
feat(expect): removes ignore cases related assertions
|
2020-07-14 23:21:51 +02:00 |
|
|
|
ab017e17e2
|
feat(expect): removes assertions api
|
2020-07-14 23:15:29 +02:00 |
|
|
|
832882160f
|
feat(expect): updates test suite to use expectation api
|
2020-07-14 23:15:14 +02:00 |
|
|
|
e03d015120
|
Merge pull request #125 from ceceppa/feat/expect
Feat/expect
|
2020-07-14 21:13:42 +02:00 |
|
|
|
819825bdd2
|
feat(expect): add more methods
|
2020-07-14 08:08:13 +01:00 |
|
|
|
d29c789788
|
feat(expect): add more methods
|
2020-07-13 17:57:18 +01:00 |
|
|
|
b4c45af785
|
feat(expect): add more methods
|
2020-07-13 17:49:19 +01:00 |
|
|
|
b4bf799d75
|
feat(expect): add more methods
|
2020-07-13 17:38:09 +01:00 |
|
|
|
9f62f2d483
|
feat(expect): add more methods
|
2020-07-13 17:27:55 +01:00 |
|
|
|
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 |
|