Commit Graph

  • ba49dd0499 Update PHPUnit dependency version soilSpoon 2020-12-04 15:46:25 +09:00
  • f9f6f28950 Merge pull request #233 from misaert/feat-authorize-associative-array-for-with Nuno Maduro 2020-11-30 16:42:35 +01:00
  • f017015d1e fix: authorize string as key for datasets Mickaël Isaert 2020-11-30 14:50:40 +01:00
  • 29b4ee33bb Merge pull request #232 from pestphp/feat/expect-extend Nuno Maduro 2020-11-29 18:25:21 +01:00
  • 03dc11c2f6 Adds expect extend Nuno Maduro 2020-11-29 16:30:57 +01:00
  • b79ba5098b docs: updates changelog v0.3.14 Nuno Maduro 2020-11-28 18:55:22 +01:00
  • 3c418d82e6 chore: increases version Nuno Maduro 2020-11-28 18:55:14 +01:00
  • 73ede2e344 Merge pull request #223 from clmntgr/support-pest-command Nuno Maduro 2020-11-28 18:46:51 +01:00
  • 266d891488 Merge pull request #231 from pestphp/feat/feedback-on-to-match Nuno Maduro 2020-11-28 18:21:52 +01:00
  • c71490b472 feat(feedback-on-to-match): uses contextual messages inside expectations Nuno Maduro 2020-11-27 21:52:44 +01:00
  • 07705079e2 Merge pull request #229 from owenvoke/feature/release-guide Nuno Maduro 2020-11-27 11:42:46 +01:00
  • d88c268426 docs: use docs prefix in release commit message Owen Voke 2020-11-27 09:13:38 +00:00
  • a1b142e885 docs: add details on plugin versioning Owen Voke 2020-11-26 19:55:42 +00:00
  • a50d739e50 docs: add release guide Owen Voke 2020-11-09 10:46:30 +00:00
  • f82bb56d89 chore: update changelog Owen Voke 2020-11-24 09:12:43 +00:00
  • de593c3b93 Add a dusk command for Laravel. This new command will replicate Dusk behavior with .env.dusk files clmnt 2020-11-24 10:07:06 +01:00
  • eedd5d80a0 chore: updates version Nuno Maduro 2020-11-23 22:01:06 +01:00
  • 5bbdd4f41e docs: updates changelog v0.3.13 Nuno Maduro 2020-11-23 21:43:58 +01:00
  • 3fd24d96d3 feat: casts to array using toArray Nuno Maduro 2020-11-23 21:37:35 +01:00
  • 7bea51fe09 feat: adds toMatchArray Nuno Maduro 2020-11-23 21:26:02 +01:00
  • cdf0a38145 Merge pull request #216 from owenvoke/bugfix/depends Owen Voke 2020-11-23 08:43:58 +00:00
  • bb2474ccbe tests: add regression tests for depends Owen Voke 2020-11-13 10:52:56 +00:00
  • 01143a6f84 fix(depends): resolve issue with dependency names Owen Voke 2020-11-09 10:49:57 +00:00
  • b93485c2ed Merge pull request #217 from owenvoke/feature/help Owen Voke 2020-11-12 14:59:50 +00:00
  • 04681690b6 tests: update help snapshot to only include Pest options Owen Voke 2020-11-12 09:53:40 +00:00
  • 200877d691 tests: update to use snapshot for help output Owen Voke 2020-11-12 09:44:26 +00:00
  • feb6417f45 tests: add visual test for help output Owen Voke 2020-11-12 09:11:51 +00:00
  • e7585a4ba2 tests: update snapshots Owen Voke 2020-11-10 13:57:32 +00:00
  • c33ab0f670 tests: add test for help output Owen Voke 2020-11-10 13:56:26 +00:00
  • 78181f66f6 feat: add Pest options to help output Owen Voke 2020-11-10 13:42:00 +00:00
  • 925636be61 docs: add missing bracket Owen Voke 2020-11-11 23:31:19 +00:00
  • 6be131d602 chore: update changelog v0.3.12 Owen Voke 2020-11-11 23:29:18 +00:00
  • f950f57eed Merge pull request #219 from owenvoke/feature/phpunit Owen Voke 2020-11-11 22:35:26 +00:00
  • c6369feaea chore(deps): add support for PHPUnit 9.4.3 Owen Voke 2020-11-11 22:26:53 +00:00
  • 1bdd3f4908 Update Pest.php v0.3.11 Oliver Nybroe 2020-11-09 10:56:14 +01:00
  • 924e095dfc chore: updates changelog Oliver Nybroe 2020-11-09 10:55:22 +01:00
  • 72041a4a21 Merge pull request #215 from olivernybroe/teamcity-exception Oliver Nybroe 2020-11-09 10:52:08 +01:00
  • d576446639 Improve exception output in teamcity printer Oliver Nybroe 2020-11-04 09:17:57 +01:00
  • 3fbec70ed3 chore: updates changelog v0.3.10 Nuno Maduro 2020-11-01 23:22:18 +01:00
  • d177ab5ec2 feat: support to phpunit v9.4.2 Nuno Maduro 2020-10-20 19:40:38 +02:00
  • ba08f2c11e Changes based on feedback https://github.com/pestphp/pest-intellij/issues/73#issuecomment-709201510 NickSdot 2020-10-15 19:46:16 +08:00
  • 13a8aee049 Get root path from already available and correct path of autoloader NickSdot 2020-10-14 21:31:28 +08:00
  • e4f5a284a6 Merge pull request #208 from owenvoke/bugfix/changelog-action Owen Voke 2020-10-13 11:16:15 +01:00
  • 6671b266da ci(changelog): fix issue with branch and update to v3 Owen Voke 2020-10-13 11:12:34 +01:00
  • 3728bd8e0f ci(changelog): update formatting and run on change Owen Voke 2020-10-13 11:12:06 +01:00
  • c3616edbc8 docs: update changelog v0.3.9 Owen Voke 2020-10-13 10:52:46 +01:00
  • 21143b2693 Merge pull request #207 from fetzi/master Owen Voke 2020-10-13 10:45:18 +01:00
  • 006f9232cc Update phpunit dependency constraint johannes.pichler 2020-10-13 08:20:55 +02:00
  • d1b61a34de Merge pull request #203 from olivernybroe/HelpCommand Oliver Nybroe 2020-10-08 14:47:19 +02:00
  • 896317ac97 Add Pest version to help command Oliver Nybroe 2020-10-07 08:50:29 +02:00
  • 4fd5c0edd4 Merge pull request #201 from octoper/changelog-action Nuno Maduro 2020-10-06 09:21:42 +02:00
  • e2c5d6d857 Update Changelog action to point to pestphp/docs Vaggelis Yfantis 2020-10-06 08:36:41 +02:00
  • 8057fe4bc2 Update Changelog Action Vaggelis Yfantis 2020-10-06 08:10:57 +02:00
  • ebc9690301 Merge pull request #134 from sshead/adds-dataset-names Nuno Maduro 2020-10-03 17:39:26 +02:00
  • 049ce1845e chore: update changelog v0.3.8 Owen Voke 2020-10-03 12:27:01 +01:00
  • faa6cd7deb Merge pull request #199 from owenvoke/feature/phpunit-9.4 Owen Voke 2020-10-03 12:16:36 +01:00
  • 1f9362c4e7 chore(composer): update to support PHPUnit 9.4 Owen Voke 2020-10-02 11:18:10 +01:00
  • 36fd18bcc8 Use Expectation API Stephen Shead 2020-10-01 12:27:55 +10:00
  • aa352317cb Add a named dataset test to output to snapshot Stephen Shead 2020-09-30 15:39:17 +10:00
  • edcd2cb50e Add name to description for named datasets Stephen Shead 2020-07-19 19:05:54 +10:00
  • be8a64e4b8 Merge pull request #196 from DannyvdSluijs/feature-fix-skip-on-higher-order-test Nuno Maduro 2020-09-30 21:41:59 +02:00
  • 2336bc0f65 Update snapshots Danny van der Sluijs 2020-09-30 21:36:05 +02:00
  • da82eecbae Add tests to ensure working. Danny van der Sluijs 2020-09-30 21:32:31 +02:00
  • 4855987ba8 chore: update changelog v0.3.7 Owen Voke 2020-09-30 13:03:23 +01:00
  • a493db1873 Revert to original target if new target is null Danny van der Sluijs 2020-09-29 21:51:28 +02:00
  • 4f677a6cc2 Merge pull request #193 from owenvoke/feature/dependencies Owen Voke 2020-09-24 12:12:03 +01:00
  • 228f2deb64 chore(composer): add support for PHPUnit 9.3.11 Owen Voke 2020-09-24 10:43:32 +01:00
  • 0fadf9a02c chore: update changelog v0.3.6 Owen Voke 2020-09-21 20:31:32 +01:00
  • 2b138ad76b Merge pull request #191 from owenvoke/feature/assert-regex Owen Voke 2020-09-21 20:28:42 +01:00
  • e3e4815b55 chore(expectations): rename 'toMatchRegEx' to 'toMatch' Owen Voke 2020-09-21 16:02:08 +01:00
  • f76f353c32 chore: update snapshots Owen Voke 2020-09-16 19:03:56 +01:00
  • 16b9f54dc3 feat(expectations): add toMatchRegEx Owen Voke 2020-09-16 18:56:16 +01:00
  • 281166475e Merge pull request #190 from owenvoke/feature/assert-constraint Owen Voke 2020-09-21 20:14:39 +01:00
  • 23805cb5d6 chore: update snapshots Owen Voke 2020-09-16 19:03:21 +01:00
  • 76d0f9cfc1 feat(expectations): add toMatchConstraint Owen Voke 2020-09-16 19:02:33 +01:00
  • 5b083e4eb1 chore: update changelog v0.3.5 Owen Voke 2020-09-16 10:35:17 +01:00
  • f48694b18a Merge pull request #187 from owenvoke/feature/assert-string Owen Voke 2020-09-16 10:33:00 +01:00
  • 8fa59ddbf0 Merge pull request #189 from owenvoke/feature/changelog-workflow Owen Voke 2020-09-16 09:26:17 +01:00
  • 2619db4026 chore: don't run changelog workflow on forks Owen Voke 2020-09-16 08:26:49 +01:00
  • f3a71fb100 chore: update snapshots Owen Voke 2020-09-16 08:22:35 +01:00
  • 04fafe742c feat(expectations): add toEndWith Owen Voke 2020-09-16 08:21:46 +01:00
  • cad8a41e6d feat(expectations): add toStartWith Owen Voke 2020-09-16 08:20:00 +01:00
  • 1567923cda docs: updates changelog v0.3.4 Nuno Maduro 2020-09-15 21:57:50 +02:00
  • c7116afcae tests: updates snapshots Nuno Maduro 2020-09-15 21:56:39 +02:00
  • 4e184b2f90 Adds toMatchObject Nuno Maduro 2020-09-15 21:53:25 +02:00
  • 9b5f664f00 Merge pull request #185 from owenvoke/feature/stubs Nuno Maduro 2020-09-15 13:06:33 +02:00
  • 0e89525ea8 chore: fix PHPUnit config Owen Voke 2020-09-15 10:45:17 +01:00
  • 0b6cdf8f02 chore: fix PHPUnit config stubs Owen Voke 2020-09-15 10:44:59 +01:00
  • 5f63d959e1 docs: updates changelog Nuno Maduro 2020-09-13 15:35:49 +02:00
  • be7fe41179 docs: updates changelog v0.3.3 Nuno Maduro 2020-09-13 15:16:38 +02:00
  • 204f343831 feat: adds toHaveKeys expectation Nuno Maduro 2020-09-13 15:15:37 +02:00
  • aa230a1716 docs: updates changelog v0.3.2 Nuno Maduro 2020-09-12 23:46:45 +02:00
  • 97f98569bc feat: adds support to PHPUnit 9.3.9 || 9.3.10 Nuno Maduro 2020-09-12 23:45:22 +02:00
  • 1318bf9830 Merge pull request #141 from olivernybroe/feat-teamcity Owen Voke 2020-09-11 09:14:33 +01:00
  • 3b58f946f1 Adds Scout APM as premium sponsor Nuno Maduro 2020-09-11 00:19:43 +02:00
  • dfc2470764 Merge pull request #179 from owenvoke/feature/badge Nuno Maduro 2020-09-07 12:15:42 +02:00
  • f650978dd0 docs: fix GitHub Actions badge in README Owen Voke 2020-09-07 11:12:20 +01:00
  • c6ba469e68 release: version v0.3.1 Nuno Maduro 2020-08-29 23:55:28 +02:00
  • 3a9997f9af docs: updates changelog Nuno Maduro 2020-08-29 23:55:05 +02:00
  • fb6cb891be Merge pull request #174 from pestphp/phpunit-upgrade Nuno Maduro 2020-08-29 22:59:51 +02:00