Commit Graph

  • f9de1b9c00 Refactor luke 2021-07-16 17:51:12 +01:00
  • 9516e56242 Improves test case name styling luke 2021-07-16 17:50:18 +01:00
  • 5f315fc899 Updates warning color luke 2021-07-16 17:46:30 +01:00
  • e59606818d More work on output luke 2021-07-16 17:26:48 +01:00
  • e16104350e More work on output luke 2021-07-16 16:45:35 +01:00
  • df31191f4e Merge branch 'master' into teamcity-assertion-fix luke 2021-07-16 16:45:16 +01:00
  • 5b310f6f93 More work on output luke 2021-07-16 15:58:44 +01:00
  • 0200f90e9a Start of work on better TeamCity output luke 2021-07-16 15:06:10 +01:00
  • 027e69e48f Merge pull request #349 from pestphp/teamcity-assertion-fix Luke Downing 2021-07-16 14:58:30 +01:00
  • 33e01e3805 Merge pull request #348 from jdanino/stubfix Nuno Maduro 2021-07-16 14:26:01 +01:00
  • 13781dcd14 Fixes the assertion output showing as 0 in the TeamCity logger. luke 2021-07-16 13:17:33 +01:00
  • 164bad437a Fixes the assertion output showing as 0 in the TeamCity logger. luke 2021-07-16 13:10:30 +01:00
  • 7ddcc03ad9 Update stubs/Unit.php Nuno Maduro 2021-07-16 13:00:32 +01:00
  • bbe4445257 Fix the unit test stub Joni Danino 2021-07-16 12:40:57 +02:00
  • d90ddf889c docs: update changelog v1.10.0 luke 2021-07-12 11:54:40 +01:00
  • 5907164749 Merge pull request #341 from pestphp/hot-hoe Luke Downing 2021-07-12 11:52:04 +01:00
  • eb6de433b7 docs: update changelog v1.9.1 luke 2021-07-11 09:08:31 +01:00
  • 32f72cdf55 Merge pull request #344 from pestphp/callable-expect-fix Luke Downing 2021-07-11 09:04:59 +01:00
  • c160d97428 Forces higher order test callable expects to be closures. luke 2021-07-11 07:56:02 +01:00
  • 2a8de0565f Adds support for Higher Order Expectations in Higher Order Tests luke 2021-07-09 16:50:15 +01:00
  • 5ab3c6e2d7 Merge pull request #340 from pestphp/better-tap-type-hinting Nuno Maduro 2021-07-09 16:34:18 +01:00
  • 50ece576a7 Improves type-hinting for target in HigherOrderTapProxy luke 2021-07-09 16:09:53 +01:00
  • 9c202fa2d7 Improves type-hinting for tap method luke 2021-07-09 16:07:37 +01:00
  • e4e9cb09e4 docs: update changelog v1.9.0 luke 2021-07-09 09:15:22 +01:00
  • 6a7597c01a Merge pull request #339 from pestphp/exception-improvements Nuno Maduro 2021-07-09 09:08:05 +01:00
  • dd05452edd Renames a property to be more inclusive. luke 2021-07-08 18:39:09 +01:00
  • 99ea9f42e5 Allows you to just specify an exception message when calling throws. luke 2021-07-08 18:32:02 +01:00
  • 7d6a86adc7 docs: update changelog v1.8.0 luke 2021-07-08 18:11:02 +01:00
  • 7fbd2661c8 Merge pull request #338 from pestphp/skip-closure-support Luke Downing 2021-07-08 18:05:27 +01:00
  • 6ce678d1c2 Adds an extra test to ensure that skipping takes place before higher order callables. luke 2021-07-08 17:52:56 +01:00
  • 5049b996db Merge branch 'master' into skip-closure-support luke 2021-07-08 17:50:48 +01:00
  • d838456caa Merge pull request #331 from pestphp/higher-order-tap-and-defer Luke Downing 2021-07-08 17:38:17 +01:00
  • e45c4ff4f1 Refactors HigherOrderMessage luke 2021-07-08 17:30:39 +01:00
  • fa3959db17 Type hints for callable luke 2021-07-08 13:12:30 +01:00
  • b97e206f7a Closures passed to the skip method are now bound to the test case to allow for more complex logic. luke 2021-07-08 09:44:28 +01:00
  • 7e9edecc7f Higher Order Tests now resolve callable expectations. The tap method now always returns the test case. luke 2021-07-06 14:05:40 +01:00
  • dc75b34deb refactor: move logic into boolean method in TestCaseFactory Jordan Brauer 2021-06-30 09:51:49 -05:00
  • 8e22803797 Merge branch 'master' into fix-missing-dataset-errors Jordan Brauer 2021-06-30 09:04:20 -05:00
  • c290909eb3 Adds @mixin for HigherOrderCallables class luke 2021-06-25 09:24:16 +01:00
  • f2e56da2da Updates snapshots luke 2021-06-24 22:58:29 +01:00
  • e6b258534a Merge branch 'master' into higher-order-tap-and-defer luke 2021-06-24 22:57:48 +01:00
  • acef002a2d Adds tap for Higher Order tests luke 2021-06-24 22:57:26 +01:00
  • 11ebe014fb docs: update changelog v1.7.1 luke 2021-06-24 21:44:57 +01:00
  • 2d13c6e219 Merge pull request #330 from pestphp/higher-order-expectation-and Nuno Maduro 2021-06-24 21:42:22 +01:00
  • fbcb492c79 Simplification luke 2021-06-24 21:40:24 +01:00
  • 4f67eff619 Start of work luke 2021-06-24 21:38:02 +01:00
  • 3c2c767e09 Updates snapshot luke 2021-06-24 21:35:16 +01:00
  • ff527baa1d Allows and in Higher Order Expectations. luke 2021-06-24 21:31:12 +01:00
  • 621718d4b1 Merge pull request #329 from bigint/master Nuno Maduro 2021-06-23 10:28:49 +01:00
  • 59adc57344 Update phpunit/phpunit to 9.5.6 bigint 2021-06-23 14:55:09 +05:30
  • 82bd836ae9 Merge branch 'master' into fix-missing-dataset-errors Jordan Brauer 2021-06-21 19:50:15 -05:00
  • 1680613e12 docs: update changelog v1.7.0 luke 2021-06-19 14:42:29 +01:00
  • f6d3ce41bc chore: updates funding Nuno Maduro 2021-06-18 22:17:44 +01:00
  • d16a48bf0f chore: cs Nuno Maduro 2021-06-18 22:16:54 +01:00
  • 9459ce4030 Merge pull request #324 from pestphp/nested-higher-order-expectations Nuno Maduro 2021-06-18 22:12:17 +01:00
  • c773d1cd57 chore: type checks scripts folder Nuno Maduro 2021-06-18 22:09:56 +01:00
  • 22a1aac84a Fixes types luke 2021-06-18 22:08:47 +01:00
  • 3a20696da4 CS luke 2021-06-18 22:03:51 +01:00
  • 99bcf98617 Rebuilds snapshots luke 2021-06-18 22:03:01 +01:00
  • 09d9bae988 Merge branch 'master' into nested-higher-order-expectations luke 2021-06-18 22:01:30 +01:00
  • 27de6106ab Adds type hinting luke 2021-06-18 22:01:16 +01:00
  • aeded0a356 refacto: coding style updates Nuno Maduro 2021-06-18 22:01:14 +01:00
  • afef1d56e8 Merge pull request #323 from pestphp/non-callable-sequence Nuno Maduro 2021-06-18 21:53:04 +01:00
  • 4b55de27f1 Adds generics luke 2021-06-18 21:52:24 +01:00
  • 3d7b6426a1 Updates snapshots luke 2021-06-18 21:49:38 +01:00
  • 1d415eb7fb Merge branch 'master' into nested-higher-order-expectations luke 2021-06-18 21:49:05 +01:00
  • 8a384a6d65 Merge fixes luke 2021-06-18 21:46:57 +01:00
  • 7c4dd2f2e7 Merge branch 'master' into non-callable-sequence luke 2021-06-18 21:45:02 +01:00
  • b6f0496c3c chore: updates funding Nuno Maduro 2021-06-18 12:39:05 +01:00
  • 9b34650e72 Adds changelog for 1.6.0 v1.6.0 luke 2021-06-18 12:36:43 +01:00
  • db9f1254b5 Tags Pest 1.6 luke 2021-06-18 12:30:57 +01:00
  • b0e2ce6896 Merge pull request #325 from dansysanalyst/feat/json Nuno Maduro 2021-06-18 12:28:45 +01:00
  • 3afdedbd3f Snapshots Daniel Ang 2021-06-18 13:11:37 +02:00
  • 4bf69b97bd feat(json): updates docs Nuno Maduro 2021-06-18 12:06:41 +01:00
  • ecb37fce91 Refactoring to use toBeJson() Daniel Ang 2021-06-18 13:04:31 +02:00
  • c1b27579ca Method json() to parse JSON strings Daniel Ang 2021-06-18 12:43:17 +02:00
  • e64856c664 test: use throws method instead of assert jordanbrauer 2021-06-17 13:33:11 -05:00
  • de86598c0d Merge branch 'master' into fix-missing-dataset-errors jordanbrauer 2021-06-16 21:36:42 -05:00
  • 553b45306f feat: handle unions (PHP 8) jordanbrauer 2021-06-16 21:29:08 -05:00
  • d96a2485b6 Updates snapshot luke 2021-06-17 00:18:12 +01:00
  • 9e9d1cc8cc Merge branch 'master' into nested-higher-order-expectations luke 2021-06-17 00:17:25 +01:00
  • 579bb1b90c Updates DocBlock type hinting luke 2021-06-17 00:15:42 +01:00
  • 5116b4341e Merge pull request #322 from pestphp/to-have-key Nuno Maduro 2021-06-16 23:12:43 +01:00
  • 7ff64540a6 Adds nested Higher Order Expectations. luke 2021-06-16 20:48:23 +01:00
  • 2e7192ab95 chore: static analysis adjustments - deprecation RE: ReflectionType::__toString jordanbrauer 2021-06-16 14:42:51 -05:00
  • 241d4cf94c Reimplements non-callable sequence values. luke 2021-06-16 20:34:17 +01:00
  • a5ce2dc1a1 Reimplements the new toHaveArray features. luke 2021-06-16 20:27:36 +01:00
  • e21e3080e0 test: add new exception check & update snapshots jordanbrauer 2021-06-16 14:04:50 -05:00
  • 6a7ee90ff5 feat: throw user-friendly exception for missing argument data jordanbrauer 2021-06-16 01:01:34 -05:00
  • 9d66893d5a feat: add boolean property to signal dependency proxy calls jordanbrauer 2021-06-16 01:00:23 -05:00
  • 64e780cf72 fix: types jordanbrauer 2021-06-16 00:58:46 -05:00
  • 9bf141f698 style: formatting & linting jordanbrauer 2021-06-16 00:54:22 -05:00
  • 9904094590 feat: add new exception for missing datasets on tests with arguments jordanbrauer 2021-06-16 00:53:17 -05:00
  • 9e5b779abc feat: add helper function for mapping a function's arguments jordanbrauer 2021-06-16 00:52:31 -05:00
  • 729638a3bb release: v1.5.0 v1.5.0 Nuno Maduro 2021-06-15 23:06:43 +01:00
  • 82768382da chore: bumps dependencies Nuno Maduro 2021-06-15 23:06:22 +01:00
  • 3cb52447bb chore: adjusts type checker Nuno Maduro 2021-06-15 23:06:06 +01:00
  • 8d670b4ed7 refactor: renames traits Nuno Maduro 2021-06-15 23:05:57 +01:00
  • 624f6e0acc Merge pull request #320 from owenvoke/feature/expectations Nuno Maduro 2021-06-15 22:38:44 +01:00
  • c07cd8c252 feat: move Expectations API out of external plugin Owen Voke 2021-06-15 17:07:11 +01:00