7ba49b2e3e
chore: fixes style
2020-12-27 21:42:08 +01:00
54a285f7e3
Update PestInstallCommand.php
2020-12-27 17:40:26 +01:00
3ed20d059c
Merge pull request #240 from pestphp/feat/improve-init
...
feat: improve init files
2020-12-27 16:25:48 +01:00
92b6800f28
feat(improve-init): fixes styleci
2020-12-27 15:39:17 +01:00
29cfd1a2dc
feat(improve-init): typos
2020-12-27 15:33:52 +01:00
45c09ea0ed
feat(improve-init): wording
2020-12-27 15:28:32 +01:00
424e24d530
feat: improve init files
2020-12-27 15:24:21 +01:00
26b2e3561a
docs: update changelog
v0.3.19
2020-12-27 11:36:24 +00:00
60aea6798d
Merge pull request #239 from gpibarra/patch-1
...
change binary path pest:dusk
2020-12-27 02:46:08 +01:00
fac3fe3f55
docs: updates changelog
v0.3.18
2020-12-26 21:31:38 +01:00
17fac0a488
Update composer.json
2020-12-26 21:19:28 +01:00
6abc2207b2
change binary path pest:dusk
...
In windows not work
full path is used in [7e05b3ca4f/src/Console/DuskCommand.php (L91) ) and [163d5c2bd8/src/Adapters/Laravel/Commands/TestCommand.php (L108) )
2020-12-23 15:08:49 -03:00
885d224c5d
docs: updates changelog
v0.3.17
2020-12-20 17:22:40 +01:00
12441deab8
chore: upgrades version
2020-12-20 17:22:33 +01:00
8852fd14ce
Merge pull request #236 from avrahamappel/master
...
Add test for inheritance with depends
2020-12-20 17:18:53 +01:00
e3814e6d9c
chore: fixes static analsysis on uses_classs
2020-12-20 17:12:08 +01:00
e19eba0942
Rebuild snapshots
2020-12-17 23:24:29 -05:00
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
f75a3ee865
Add test for inheritance with depends
2020-12-15 22:29:37 -05:00
d707c2f208
Merge pull request #209 from NickSdot/make-root-path-working-in-subdirectory-structures
...
Get root path based on composer autoloader
2020-12-15 01:58:05 +01:00
a43b86d9eb
chore: removes rector
v0.3.16
2020-12-13 23:11:50 +01:00
5279d5e913
chore: pin expectations plugin version
2020-12-13 23:09:32 +01:00
df7fb92e03
chore: removes rector
2020-12-13 22:55:09 +01:00
95c3418313
docs: updates changelog
2020-12-13 22:52:06 +01:00
67a8be9347
chore: fixes snapshots
2020-12-13 22:50:13 +01:00
5d7f262f4a
feat: removes expectation api for a plugin
2020-12-13 22:35:30 +01:00
23eebc8127
docs: updates changelog
v0.3.15
2020-12-04 21:19:40 +01:00
3b435e460e
chore: increases version
2020-12-04 21:19:32 +01:00
b52e9826e7
Merge pull request #234 from soilSpoon/feature/phpunit
...
Update PHPUnit dependency version
2020-12-04 09:16:27 +01:00
ba49dd0499
Update PHPUnit dependency version
2020-12-04 15:46:25 +09:00
f9f6f28950
Merge pull request #233 from misaert/feat-authorize-associative-array-for-with
...
fix: authorize string as key for datasets
2020-11-30 16:42:35 +01:00
f017015d1e
fix: authorize string as key for datasets
2020-11-30 14:50:40 +01:00
29b4ee33bb
Merge pull request #232 from pestphp/feat/expect-extend
...
feat: makes expect extendable
2020-11-29 18:25:21 +01:00
03dc11c2f6
Adds expect extend
2020-11-29 16:30:57 +01:00
b79ba5098b
docs: updates changelog
v0.3.14
2020-11-28 18:55:22 +01:00
3c418d82e6
chore: increases version
2020-11-28 18:55:14 +01:00
73ede2e344
Merge pull request #223 from clmntgr/support-pest-command
...
Add a dusk command for Laravel
2020-11-28 18:46:51 +01:00
266d891488
Merge pull request #231 from pestphp/feat/feedback-on-to-match
...
feat: adds key/value context when toMatchObject or toMatchArray fails
2020-11-28 18:21:52 +01:00
c71490b472
feat(feedback-on-to-match): uses contextual messages inside expectations
2020-11-27 21:52:44 +01:00
07705079e2
Merge pull request #229 from owenvoke/feature/release-guide
...
docs: add release guide
2020-11-27 11:42:46 +01:00
d88c268426
docs: use docs prefix in release commit message
2020-11-27 09:13:38 +00:00
a1b142e885
docs: add details on plugin versioning
2020-11-26 19:55:42 +00:00
a50d739e50
docs: add release guide
2020-11-26 19:55:11 +00:00
f82bb56d89
chore: update changelog
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
2020-11-24 10:07:06 +01:00
eedd5d80a0
chore: updates version
2020-11-23 22:01:06 +01:00
5bbdd4f41e
docs: updates changelog
v0.3.13
2020-11-23 21:43:58 +01:00
3fd24d96d3
feat: casts to array using toArray
2020-11-23 21:37:35 +01:00
7bea51fe09
feat: adds toMatchArray
2020-11-23 21:26:02 +01:00
cdf0a38145
Merge pull request #216 from owenvoke/bugfix/depends
...
fix(depends): resolve issue with dependency names
2020-11-23 08:43:58 +00:00