jordanbrauer
f6c19e469f
in the event of no class name, make one on the fly as an escape hatch
2021-02-13 11:20:16 -06:00
jordanbrauer
13f09cc662
add helper method to generate a simple random string
2021-02-13 11:19:40 -06:00
jordanbrauer
a7e2856887
add test for totally invalid PHP class name
2021-02-13 11:19:00 -06:00
jordanbrauer
721e047485
add another test case with non-standard PHP test file name
2021-02-13 11:18:28 -06:00
jordanbrauer
301ff155a4
prevent parse errors by escaping the quote used for filename property
2021-02-13 11:17:52 -06:00
jordanbrauer
40f2065575
catch parse errors and let the user know in a friendlier manner
2021-02-13 11:12:09 -06:00
jordanbrauer
be906eb823
remove additional str_replace call in favour of adjusting the relative path regexp
2021-02-13 11:08:08 -06:00
jordanbrauer
2cee825f61
rename test sub directory
2021-02-13 11:07:22 -06:00
jordanbrauer
ea6308bfdf
add tests for vaious file naming conventions resulting in various suffixes
2021-02-13 09:45:41 -06:00
jordanbrauer
c6a6f7e2ab
fix typo
2021-02-13 00:15:54 -06:00
jordanbrauer
20077c285a
WIP proof of concept fix for multiple file extensions in test suffix
2021-02-13 00:14:20 -06:00
Owen Voke
fa13016785
docs: update changelog
v1.0.2
2021-02-04 09:15:54 +00:00
Owen Voke
b81bb9d621
chore(deps): add support for PHPUnit 9.5.2
2021-02-04 09:12:29 +00:00
Owen Voke
2deb53c14f
docs: fix typo
2021-01-18 09:50:21 +00:00
Owen Voke
6b8feed08a
docs: update changelog
v1.0.1
2021-01-18 09:35:53 +00:00
Owen Voke
2fe8e07cf3
Merge pull request #261 from owenvoke/feature/update-phpunit
...
chore(deps): add support for PHPUnit 9.5.1
2021-01-18 09:31:57 +00:00
Owen Voke
d2c907868e
chore(deps): add support for PHPUnit 9.5.1
2021-01-18 09:11:38 +00:00
Nuno Maduro
a2900a5e09
Merge pull request #251 from MatanYadaev/fix-expect-phpdoc
...
Fix `TestCase@expect` phpDoc
2021-01-05 20:19:03 +01:00
Matan Yadaev
df934bacd9
fix TestCase expect phpDoc
2021-01-05 20:42:14 +02:00
Nuno Maduro
b0f03c278d
docs: updates changelog
v1.0.0
2021-01-03 17:27:11 +01:00
Nuno Maduro
b59b321249
Merge pull request #245 from gpibarra/make-dusk-test
...
MakeDuskTest
2021-01-02 23:35:32 +01:00
Nuno Maduro
82d6991cf8
docs: updates sponsors
2020-12-28 20:17:23 +01:00
Gerardo Ibarra
d693d99379
Update src/Laravel/Commands/PestTestCommand.php
...
Co-authored-by: Owen Voke <development@voke.dev >
2020-12-28 13:51:03 -03:00
Gerardo Ibarra
50c1136be8
MakeDuskTest
2020-12-28 13:13:30 -03:00
Nuno Maduro
dd491e516c
Update FUNDING.yml
2020-12-28 15:54:30 +01:00
Nuno Maduro
078aab0d3d
Update FUNDING.yml
2020-12-28 02:00:30 +01:00
Nuno Maduro
89c9f4b428
Update FUNDING.yml
2020-12-28 01:59:56 +01:00
Nuno Maduro
2148e896e2
Update FUNDING.yml
2020-12-28 01:59:30 +01:00
Nuno Maduro
7ba49b2e3e
chore: fixes style
2020-12-27 21:42:08 +01:00
Nuno Maduro
54a285f7e3
Update PestInstallCommand.php
2020-12-27 17:40:26 +01:00
Nuno Maduro
3ed20d059c
Merge pull request #240 from pestphp/feat/improve-init
...
feat: improve init files
2020-12-27 16:25:48 +01:00
Nuno Maduro
92b6800f28
feat(improve-init): fixes styleci
2020-12-27 15:39:17 +01:00
Nuno Maduro
29cfd1a2dc
feat(improve-init): typos
2020-12-27 15:33:52 +01:00
Nuno Maduro
45c09ea0ed
feat(improve-init): wording
2020-12-27 15:28:32 +01:00
Nuno Maduro
424e24d530
feat: improve init files
2020-12-27 15:24:21 +01:00
Owen Voke
26b2e3561a
docs: update changelog
v0.3.19
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
v0.3.18
2020-12-26 21:31:38 +01:00
Nuno Maduro
17fac0a488
Update composer.json
2020-12-26 21:19:28 +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
885d224c5d
docs: updates changelog
v0.3.17
2020-12-20 17:22:40 +01: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
e19eba0942
Rebuild snapshots
2020-12-17 23:24:29 -05: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
avrahamappel
f75a3ee865
Add test for inheritance with depends
2020-12-15 22:29:37 -05:00
Nuno Maduro
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
Nuno Maduro
a43b86d9eb
chore: removes rector
v0.3.16
2020-12-13 23:11:50 +01:00
Nuno Maduro
5279d5e913
chore: pin expectations plugin version
2020-12-13 23:09:32 +01:00