Commit Graph

135 Commits

Author SHA1 Message Date
Nuno Maduro 424e24d530 feat: improve init files 2020-12-27 15:24:21 +01:00
Owen Voke 26b2e3561a docs: update changelog 2020-12-27 11:36:24 +00:00
Nuno Maduro 60aea6798d Merge pull request #239 from gpibarra/patch-1
change binary path pest:dusk
2020-12-27 02:46:08 +01:00
Nuno Maduro fac3fe3f55 docs: updates changelog 2020-12-26 21:31:38 +01:00
Gerardo Ibarra 6abc2207b2 change binary path pest:dusk
In windows not work
full path is used in [https://github.com/laravel/dusk/blob/7e05b3ca4f17afcba528c4c5a2390a2dd9949b38/src/Console/DuskCommand.php#L91](https://github.com/laravel/dusk/blob/7e05b3ca4f17afcba528c4c5a2390a2dd9949b38/src/Console/DuskCommand.php#L91) and [https://github.com/nunomaduro/collision/blob/163d5c2bd8fe5072b942627980d20831dfd9de78/src/Adapters/Laravel/Commands/TestCommand.php#L108](https://github.com/nunomaduro/collision/blob/163d5c2bd8fe5072b942627980d20831dfd9de78/src/Adapters/Laravel/Commands/TestCommand.php#L108)
2020-12-23 15:08:49 -03:00
Nuno Maduro 12441deab8 chore: upgrades version 2020-12-20 17:22:33 +01:00
Nuno Maduro 8852fd14ce Merge pull request #236 from avrahamappel/master
Add test for inheritance with depends
2020-12-20 17:18:53 +01:00
Nuno Maduro e3814e6d9c chore: fixes static analsysis on uses_classs 2020-12-20 17:12:08 +01:00
avrahamappel b6e2763731 Move dependency mapping to TestCase
The `TestCaseFactory::getClassName` was removed since it can have
unexpected results when called too early, as it builds up the test class
prematurely. It is not currently used anywhere else.
2020-12-17 23:24:11 -05:00
Nuno Maduro 5d7f262f4a feat: removes expectation api for a plugin 2020-12-13 22:35:30 +01:00
Nuno Maduro 3b435e460e chore: increases version 2020-12-04 21:19:32 +01:00
Mickaël Isaert f017015d1e fix: authorize string as key for datasets 2020-11-30 14:50:40 +01:00
Nuno Maduro 03dc11c2f6 Adds expect extend 2020-11-29 16:30:57 +01:00
Nuno Maduro 3c418d82e6 chore: increases version 2020-11-28 18:55:14 +01:00
Nuno Maduro 73ede2e344 Merge pull request #223 from clmntgr/support-pest-command
Add a dusk command for Laravel
2020-11-28 18:46:51 +01:00
Nuno Maduro c71490b472 feat(feedback-on-to-match): uses contextual messages inside expectations 2020-11-27 21:52:44 +01:00
clmnt de593c3b93 Add a dusk command for Laravel.
This new command will replicate Dusk behavior with .env.dusk files
2020-11-24 10:07:06 +01:00
Nuno Maduro eedd5d80a0 chore: updates version 2020-11-23 22:01:06 +01:00
Nuno Maduro 3fd24d96d3 feat: casts to array using toArray 2020-11-23 21:37:35 +01:00
Nuno Maduro 7bea51fe09 feat: adds toMatchArray 2020-11-23 21:26:02 +01:00
Owen Voke 01143a6f84 fix(depends): resolve issue with dependency names 2020-11-13 11:08:35 +00:00
Owen Voke 78181f66f6 feat: add Pest options to help output 2020-11-12 09:03:43 +00:00
Owen Voke 6be131d602 chore: update changelog 2020-11-11 23:29:18 +00:00
Oliver Nybroe 1bdd3f4908 Update Pest.php 2020-11-09 10:56:14 +01:00
Oliver Nybroe d576446639 Improve exception output in teamcity printer 2020-11-04 09:17:57 +01:00
Owen Voke c3616edbc8 docs: update changelog 2020-10-13 10:56:33 +01:00
Oliver Nybroe d1b61a34de Merge pull request #203 from olivernybroe/HelpCommand
Add Pest version to help command
2020-10-08 14:47:19 +02:00
Oliver Nybroe 896317ac97 Add Pest version to help command 2020-10-08 11:52:10 +02:00
Stephen Shead edcd2cb50e Add name to description for named datasets 2020-10-01 13:23:23 +10:00
Danny van der Sluijs a493db1873 Revert to original target if new target is null 2020-09-29 21:51:28 +02:00
Owen Voke 0fadf9a02c chore: update changelog 2020-09-21 20:31:32 +01:00
Owen Voke e3e4815b55 chore(expectations): rename 'toMatchRegEx' to 'toMatch' 2020-09-21 20:20:21 +01:00
Owen Voke 16b9f54dc3 feat(expectations): add toMatchRegEx 2020-09-21 20:18:58 +01:00
Owen Voke 76d0f9cfc1 feat(expectations): add toMatchConstraint 2020-09-16 19:02:33 +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 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
Owen Voke 1318bf9830 Merge pull request #141 from olivernybroe/feat-teamcity
feat(teamcity): Add basic teamcity output format
2020-09-11 09:14:33 +01:00
Nuno Maduro c6ba469e68 release: version 2020-08-29 23:55:28 +02:00
Nuno Maduro 0398d4223b docs: updates changelog 2020-08-27 22:47:10 +02:00
Félix Dorn 278af4b835 forward bad TestCase method calls to global functions 2020-08-25 13:45:55 +02:00
Owen Voke bf79f7c63f chore: indicate 0.3 dev in version 2020-08-19 16:48:20 +01:00
Oliver Nybroe bcc206d183 chore(teamcity): static analysis fix 2020-08-18 14:10:32 +02:00
Oliver Nybroe 1e7b6a0396 Merge branch 'master' of https://github.com/pestphp/pest into feat-teamcity
 Conflicts:
	phpstan.neon
2020-08-15 08:30:46 +02:00
Owen Voke 50cd1056eb feat(expectations): add file assertions 2020-08-13 10:03:23 +01:00
Owen Voke 38344c99f1 style: apply Rector changes 2020-08-12 14:45:55 +01:00
Nuno Maduro 439ebcdcaf feat(expectation-api): adds failed assertations on not methods 2020-08-09 19:08:27 +01:00
Graham Campbell 3cfadee2bb PHP 8 and PHPUnit 9.3 support 2020-08-07 11:23:45 +01:00
Enzo Innocenzi 4009177e56 style: fix unary_operator_space 2020-08-03 21:49:09 +02:00