Commit Graph

93 Commits

Author SHA1 Message Date
Owen Voke 76d0f9cfc1 feat(expectations): add toMatchConstraint 2020-09-16 19:02:33 +01:00
Owen Voke f3a71fb100 chore: update snapshots 2020-09-16 08:22:35 +01:00
Owen Voke 04fafe742c feat(expectations): add toEndWith 2020-09-16 08:21:46 +01:00
Owen Voke cad8a41e6d feat(expectations): add toStartWith 2020-09-16 08:20:00 +01:00
Nuno Maduro c7116afcae tests: updates snapshots 2020-09-15 21:56:39 +02:00
Nuno Maduro 4e184b2f90 Adds toMatchObject 2020-09-15 21:53:25 +02:00
Nuno Maduro 204f343831 feat: adds toHaveKeys expectation 2020-09-13 15:15:37 +02:00
Félix Dorn 278af4b835 forward bad TestCase method calls to global functions 2020-08-25 13:45:55 +02:00
Owen Voke 61b2c426e4 fix: update snapshot generation to strip time 2020-08-24 21:29:56 +01:00
Owen Voke 09a0a64f20 tests: update to use version() in test 2020-08-19 16:56:40 +01:00
Owen Voke 708b4b1d49 tests: fix snapshots 2020-08-13 10:03:23 +01:00
Owen Voke 3695736b3a tests: update snapshots 2020-08-13 10:03:23 +01:00
Owen Voke 8cc9580253 tests(expectations): add tests for file assertions 2020-08-13 10:03:23 +01:00
Owen Voke e1fbf56f3d tests(expectations): fix method in test file 2020-08-13 10:03:23 +01:00
Nuno Maduro d2db71bb78 tests: update snapshots 2020-08-09 18:31:08 +01:00
Graham Campbell 3cfadee2bb PHP 8 and PHPUnit 9.3 support 2020-08-07 11:23:45 +01:00
Nuno Maduro c4c768dcaa tests: update snapshots 2020-07-18 18:57:14 +02:00
ceceppa 03201cb8b7 feat(expect): add more methods 2020-07-16 07:57:05 +01:00
ceceppa 46e900e8d2 feat(expect): add more methods 2020-07-16 07:35:31 +01:00
ceceppa f0f79ab244 feat(expect): add more methods 2020-07-16 07:34:43 +01:00
Nuno Maduro 1e61144cd2 feat(expect): handle property calls to opposite expectations 2020-07-15 01:05:36 +02:00
Nuno Maduro 2751bc9674 feat(expect): fixes to contain with strings 2020-07-15 00:57:31 +02:00
Nuno Maduro e2deaae6c9 feat(expect): makes expect work with pending higher order tests 2020-07-15 00:34:59 +02:00
Nuno Maduro 1aec8bac55 feat(expect): adds toHaveProperty 2020-07-14 23:37:02 +02:00
Nuno Maduro 32ef377284 feat(expect): removes ignore cases related assertions 2020-07-14 23:21:51 +02:00
Nuno Maduro 832882160f feat(expect): updates test suite to use expectation api 2020-07-14 23:15:14 +02:00
ceceppa 819825bdd2 feat(expect): add more methods 2020-07-14 08:08:13 +01:00
ceceppa d29c789788 feat(expect): add more methods 2020-07-13 17:57:18 +01:00
ceceppa b4bf799d75 feat(expect): add more methods 2020-07-13 17:38:09 +01:00
ceceppa 9f62f2d483 feat(expect): add more methods 2020-07-13 17:27:55 +01:00
ceceppa 42f0bd052e feat(expect): add more methods 2020-07-10 07:47:34 +01:00
Nuno Maduro 01b9bab55f feat(expect): adds toBe 2020-07-06 00:32:12 +02:00
Nuno Maduro db7c4b174f refactor: thanks 2020-07-01 20:23:00 +02:00
Owen Voke 8e203e914e Add test for --thanks 2020-07-01 10:27:12 +01:00
Nuno Maduro a3644f7efa tests: fixes windows tests 2020-06-26 18:42:57 +02:00
Nuno Maduro 9ea51caf3f feat: adds --version option 2020-06-26 18:17:11 +02:00
Tom Witkowski 9a0cfaf339 use shorter beforeEach chain syntax 2020-06-21 18:39:47 +02:00
Tom Witkowski bff97418ed do not return $this 2020-06-21 18:27:43 +02:00
Tom Witkowski 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
Tom Witkowski 74c14808cf rebuild success.txt 2020-06-21 18:24:49 +02:00
Tom Witkowski eff2d7f613 fix test and add exception test 2020-06-21 18:23:39 +02:00
Nuno Maduro 211f5c2433 tests: makes incomplete tests success 2020-06-21 17:40:41 +02:00
Nuno Maduro 807a4b004f Merge branch 'master' into feature/depends 2020-06-21 17:10:51 +02:00
Tom Witkowski 53a8c7b05e add test for new macro behavior 2020-06-21 14:02:56 +02:00
johannes.pichler 6dd3ca20e4 Also handle multiple descriptions within whole dataset 2020-06-20 11:29:07 +02:00
johannes.pichler d9ea378819 Only append numbers when data set desc is the same 2020-06-20 09:53:38 +02:00
Adrian Nürnberger 6aa0356570 add more tests 2020-06-19 23:22:14 +02:00
Adrian Nürnberger 75f7ee0acf added feedback from @nunomaduro 2020-06-19 20:39:09 +02:00
Adrian Nürnberger d0a74931dd implemented support for PHPUnit's @depends 2020-06-19 19:50:54 +02:00
johannes.pichler 0738e113ad Fix dataset name creation with objects
fixes #98
2020-06-19 16:03:47 +02:00