Commit Graph

  • 8174f2d973 extracted Expectations to a CoreExpectation class Fabio Ivona 2021-10-30 20:14:54 +02:00
  • 22d16d54c6 Merge branch 'next' into better-dataset-support Luke Downing 2021-10-27 18:28:51 +01:00
  • cd34f0ba81 refactor: comments Nuno Maduro 2021-10-24 22:39:35 +01:00
  • 648c6c5a27 refactor: comments Nuno Maduro 2021-10-24 19:37:29 +01:00
  • 2b687a7269 refactor: PHP 8 features Nuno Maduro 2021-10-24 18:29:59 +01:00
  • e8c2fe6e35 fix: test class finder Nuno Maduro 2021-10-24 01:16:05 +01:00
  • 88dfabc633 chore: points towards 2.0 Nuno Maduro 2021-10-24 01:11:04 +01:00
  • a35bf249a0 chore: points towards 2.0 Nuno Maduro 2021-10-24 01:06:48 +01:00
  • cf47b45262 feat: basic PHPUnit 10 support Nuno Maduro 2021-10-24 01:03:18 +01:00
  • eed3ed5513 Vastly improves the logic around bound datasets to make them more user friendly. Luke Downing 2021-10-19 21:40:40 +01:00
  • de46ee0f64 fix: adds link to xdebug coverage mode Nuno Maduro 2021-10-10 15:33:27 +01:00
  • 1e011c7b40 fix: warns about xdebug modes Nuno Maduro 2021-10-10 15:25:02 +01:00
  • 04dcebf3aa Revert "Merge pull request #413 from def-studio/fix_skipping_tests_with_exception_asserting" Nuno Maduro 2021-10-10 14:40:07 +01:00
  • 0346450a51 adds test to check if pipes can add parameters to an expectation Fabio Ivona 2021-10-10 01:09:45 +02:00
  • fc53f08e37 implemented pipe closure with $next as the first parameter Fabio Ivona 2021-10-10 01:02:04 +02:00
  • bc4e5b9b4e implemented pipe closure with $next as the last parameter Fabio Ivona 2021-10-10 00:16:21 +02:00
  • c3a445534b adds tests Fabio Ivona 2021-10-09 12:03:12 +02:00
  • 70877bfad4 updated snapshots Fabio Ivona 2021-10-09 10:26:22 +02:00
  • 55376d32e5 moved decorate implementation to dedicated intercept and pipe calls Fabio Ivona 2021-10-09 10:22:24 +02:00
  • 8835502074 lint Fabio Ivona 2021-10-08 16:38:16 +02:00
  • ba9b06adf3 fix tests Fabio Ivona 2021-10-08 16:35:31 +02:00
  • e92d9bfaae implements decorators pipeline Fabio Ivona 2021-10-08 15:29:35 +02:00
  • d802e88148 moved old Expectation in CoreExpectation.php and made Expectation.php a decorator for it Fabio Ivona 2021-10-07 22:59:46 +02:00
  • e853792a59 Merge pull request #413 from def-studio/fix_skipping_tests_with_exception_asserting Nuno Maduro 2021-10-02 12:01:04 +01:00
  • b0fbe54181 removes duplicated test Fabio Ivona 2021-10-02 09:15:52 +02:00
  • 2a649bdfc0 revert previous solution and invert chain and proxy calls in TestCaseFactory.php Fabio Ivona 2021-10-02 09:09:47 +02:00
  • e042bf7d3a removes expection expectations if test is marked as skipped Fabio Ivona 2021-10-01 15:52:45 +02:00
  • 3ff71a4563 adds failing test Fabio Ivona 2021-10-01 15:52:02 +02:00
  • 205238fcbf docs: updates release process Nuno Maduro 2021-09-25 13:56:06 +01:00
  • ba06c5a76d release: v1.20.0 v1.20.0 Nuno Maduro 2021-09-25 13:52:12 +01:00
  • 78ffc491e9 chore: exclude builds on PHP 8.1 on mac os or windows Nuno Maduro 2021-09-25 13:37:06 +01:00
  • 7f38de11b7 refactor: --ci option Nuno Maduro 2021-09-25 13:29:11 +01:00
  • a6e34d204c Merge pull request #405 from def-studio/add-new-ci-option-to-pest-bin Nuno Maduro 2021-09-25 13:11:05 +01:00
  • 66d47e4922 fix: usage on PHP 7.3 Nuno Maduro 2021-09-25 09:39:17 +01:00
  • 7d70b6e95a merge from master Fabio Ivona 2021-09-25 09:04:26 +02:00
  • 076dcab4c5 Merge remote-tracking branch 'origin/master' into add-new-ci-option-to-pest-bin Fabio Ivona 2021-09-25 09:04:07 +02:00
  • 6f42e336c9 merge conflict Fabio Ivona 2021-09-25 08:57:55 +02:00
  • 0d72b5197c merge conflict Fabio Ivona 2021-09-25 08:55:57 +02:00
  • 7691e3c602 Merge pull request #399 from mertasan/sequence Nuno Maduro 2021-09-24 22:15:49 +01:00
  • b43a59868d feat: adds unless expectation Nuno Maduro 2021-09-24 22:12:08 +01:00
  • 457972716f refactor: expectation match method Nuno Maduro 2021-09-24 22:02:18 +01:00
  • ae029660e3 tests: fixes snapshots Nuno Maduro 2021-09-24 21:18:30 +01:00
  • dc12419078 Merge pull request #407 from mertasan/method-match Nuno Maduro 2021-09-24 21:16:48 +01:00
  • f0ddd10a54 Merge branch 'master' into method-match Nuno Maduro 2021-09-24 21:16:43 +01:00
  • 4daf7ee4ab refactor: throwsIf method Nuno Maduro 2021-09-24 21:15:31 +01:00
  • d60f320382 Merge pull request #371 from mertasan/throwsif Nuno Maduro 2021-09-24 21:10:56 +01:00
  • 3c3e6b160b refactor: expectation when Nuno Maduro 2021-09-24 21:10:02 +01:00
  • c99f8f196e lint Mert Aşan 2021-09-24 14:42:26 +03:00
  • 9cc4ecd5ab Merge branch 'master' into method-match Mert Aşan 2021-09-24 14:39:21 +03:00
  • 8d96f975e0 update snapshots Mert Aşan 2021-09-24 14:37:01 +03:00
  • 7f214f9e12 use and() instead of new self Mert Aşan 2021-09-24 13:59:00 +03:00
  • da258fa89f remove the warning Mert Aşan 2021-09-24 13:55:16 +03:00
  • f23f857903 Merge pull request #406 from mertasan/method-when Nuno Maduro 2021-09-24 11:23:21 +01:00
  • fec11928cf update snapshots Mert Aşan 2021-09-23 06:57:07 +03:00
  • f6131d042b add tests Mert Aşan 2021-09-23 06:56:47 +03:00
  • 543b9542ae add new match() method Mert Aşan 2021-09-23 06:55:28 +03:00
  • 1681c1f4f8 update snapshots Mert Aşan 2021-09-23 03:35:56 +03:00
  • f41c3ce9ba add tests Mert Aşan 2021-09-23 03:35:46 +03:00
  • 847b06e558 add when() method Mert Aşan 2021-09-23 03:35:41 +03:00
  • 601c4b01fc refactors to use a Plugin to parse --ci option Fabio Ivona 2021-09-22 14:53:16 +02:00
  • 05c1c82ae2 lint Fabio Ivona 2021-09-22 11:05:04 +02:00
  • 1bde49b3c4 types fix Fabio Ivona 2021-09-22 11:00:41 +02:00
  • b22f5e0c85 adds test for CI env runs Fabio Ivona 2021-09-22 10:38:21 +02:00
  • dd643faa5c adds a new --ci option to pest binary Fabio Ivona 2021-09-22 10:17:44 +02:00
  • facbf05016 docs: adds missing entry to changelog Nuno Maduro 2021-09-20 19:38:02 +01:00
  • 58cff003d8 release: v1.19.0 v1.19.0 Nuno Maduro 2021-09-20 19:30:58 +01:00
  • ae997e6eee No need for --ignore-platform-req=php Nuno Maduro 2021-09-20 19:28:43 +01:00
  • e6c7d68def Adds php-81 support Nuno Maduro 2021-09-20 19:26:47 +01:00
  • 0b19672963 Merge branch 'master' into throwsif Mert Aşan 2021-09-19 01:47:07 +03:00
  • a16a19e121 update snapshots Mert Aşan 2021-09-16 18:10:15 +03:00
  • 3dd10b3c7c change test Mert Aşan 2021-09-16 18:09:59 +03:00
  • 12e63c7376 add new assertion Mert Aşan 2021-09-16 18:09:45 +03:00
  • 2f0cd7a4e3 Adds Fathom Analytics as sponsor Nuno Maduro 2021-09-15 10:03:05 +01:00
  • 447af55e7c Merge pull request #391 from gabbanaesteban/master Nuno Maduro 2021-09-03 09:52:39 +01:00
  • 253e9d10c8 Fix types Esteban 2021-09-03 04:44:10 -04:00
  • 536ce1eca0 Update snapshots Esteban 2021-09-03 04:40:48 -04:00
  • 4331b2aaf6 Add toHaveProperties Esteban 2021-09-03 04:26:57 -04:00
  • 8d99cacc95 Update README.md Nuno Maduro 2021-09-02 23:36:02 +01:00
  • 3c38facc8a Update README.md Nuno Maduro 2021-09-02 23:35:51 +01:00
  • ed389d35d0 Adds Auth0 as sponsor Nuno Maduro 2021-09-02 23:35:40 +01:00
  • 60c0636523 release: v1.18.0 v1.18.0 Nuno Maduro 2021-08-30 00:05:26 +01:00
  • 16b6f96b47 Merge pull request #389 from dansysanalyst/toHaveLength-mblen Nuno Maduro 2021-08-29 12:18:38 +01:00
  • 042f2ec3f3 Use mb_strlen instead of grapheme_strlen Daniel Ang 2021-08-29 12:55:37 +02:00
  • 851ce36010 Merge pull request #386 from dansysanalyst/expectation-toHaveLength Nuno Maduro 2021-08-29 00:45:39 +01:00
  • 4f386894bd Revert "Use toHaveCount" Daniel Ang 2021-08-28 18:14:55 +02:00
  • 2289adade2 Use toHaveCount Daniel Ang 2021-08-28 17:54:29 +02:00
  • 29e21e3814 Merge pull request #385 from dansysanalyst/snapshot-contrib Nuno Maduro 2021-08-28 16:47:25 +01:00
  • 8367af22e7 Adds toHaveLength() Expectation & Tests Daniel Ang 2021-08-28 17:02:09 +02:00
  • e3d678dc04 Update snapshots Daniel Ang 2021-08-28 16:30:17 +02:00
  • 4ae482c707 feat: adds support for nunomaduro/collision:^6.0 Nuno Maduro 2021-08-27 22:32:18 +01:00
  • 075c31bc78 release: v1.17.0 v1.17.0 Nuno Maduro 2021-08-26 21:17:03 +01:00
  • 2125bf9668 chore: adjusts tests Nuno Maduro 2021-08-26 21:14:56 +01:00
  • dbf3c0a8cf Merge pull request #361 from kbond/throw-expectation Nuno Maduro 2021-08-26 21:02:38 +01:00
  • eca5f89e59 release: v1.16.0 v1.16.0 Luke Downing 2021-08-19 17:07:45 +01:00
  • 0b0beac122 Script update Luke Downing 2021-08-16 22:12:13 +01:00
  • 578e97123d Changes -P to -p luke 2021-08-13 22:09:55 +01:00
  • 01d672d563 Merge pull request #369 from pestphp/parallel Nuno Maduro 2021-08-13 16:00:26 +01:00
  • 490b2d66e5 Fix luke 2021-08-13 13:41:00 +01:00
  • 0368c4846f Adds a composer test:parallel script luke 2021-08-13 13:40:07 +01:00
  • 4dfc02c5da Refactor luke 2021-08-13 11:19:03 +01:00