Commit Graph

38 Commits

Author SHA1 Message Date
Félix Dorn 1192d13e6b add memory optimisation for Backtrace::testFile() 2020-06-11 16:38:31 +02:00
Félix Dorn 57b982de48 fix ci build 2020-06-11 16:31:14 +02:00
Félix Dorn a3366379e0 optimise debug_backtrace calls 2020-06-11 16:13:17 +02:00
Nuno Maduro 58f2581307 Merge branch 'master' into feature/add-container 2020-06-05 22:39:02 +02:00
Dimitrios Karvounaris 865f33bf80 // fixing type check 2020-06-05 19:45:58 +02:00
Dimitrios Karvounaris 40a5d067ec // fixing type checks 2020-06-05 19:35:13 +02:00
Dimitrios Karvounaris 3640ab0945 // unnecessary linebreak 2020-06-05 19:30:35 +02:00
Dimitrios Karvounaris dff9bbc134 Fix file paths not being used properly
basename() will strip full path information on some systems.
What is needed is to use both dirname() & basename() on paths,
as recognized by all systems, and only afterwards do any
replacements.
2020-06-05 18:24:03 +02:00
Dimitrios Karvounaris d35320c697 Compare filename correctly on all OS 2020-06-05 17:25:53 +02:00
Dimitrios Karvounaris 8a42d40506 traits from Autoload.php not loading on Windows
Windows requires realpath() so the case of the
paths and filenames are always identical
2020-06-05 16:23:11 +02:00
Dimitrios Karvounaris 83797431fb in() does not handle absolute paths under Windows
This fixes plugins to be included incorrectly under Windows
2020-06-05 16:23:11 +02:00
Dimitrios Karvounaris a0b8082631 Fix issue with case-insensitive windows paths 2020-06-05 16:23:11 +02:00
Alex Rock Ancelet 24f85354e2 Normalize Windows dir name in TestCaseFactory 2020-06-05 16:21:35 +02:00
Alex Rock Ancelet 3d2c83a501 Make sure test targets are sanitized in a windows-compatible way 2020-06-05 16:21:35 +02:00
johannes.pichler 337e751200 Update plugin interfaces and instantiate container 2020-06-05 11:52:23 +02:00
johannes.pichler b20f208b55 Add basic container implementation 2020-06-05 11:51:33 +02:00
Nuno Maduro aa1917c28d feat(pending-higher-order-tests): adds code and tests 2020-06-04 01:34:03 +02:00
Nuno Maduro c81dce0f6d feat(pending-higher-order-tests): adds code and tests 2020-06-04 01:33:33 +02:00
Jibé Barth 73f56e58a5 Pass color and verbosity args to printer (fix #49) 2020-05-31 12:32:43 +02:00
Nuno Maduro 01daf0316c refacto: removes unused code about coverage 2020-05-29 22:44:41 +02:00
Nuno Maduro 1f2976c0e0 tests: types 2020-05-29 22:35:20 +02:00
Nuno Maduro 2e7ed741b6 fix: keeps result from plugin to plugin 2020-05-29 22:33:05 +02:00
johannes.pichler b093e8ee29 Integrate pest-plugins with 2 interfaces
integrate pest-plugin package and remove core coverage stuff
2020-05-29 11:28:06 +02:00
Nuno Maduro 4de6019206 Merge pull request #18 from michaeldyrynda/master
Add support for installing Pest into a Lumen application
2020-05-24 20:43:23 +02:00
Nuno Maduro 415f571910 fix: mockery tests being considered as risky 2020-05-24 20:00:30 +02:00
Angy 81a646d64e Fix typo in beforeAll() PHPDoc block 2020-05-23 23:01:03 +02:00
Michael Dyrynda c23f2e4bd6 fix errors from type checks 2020-05-23 21:09:28 +09:30
Michael Dyrynda 4496e9d9ee Add support for installing Pest into a Lumen application
This entails creating Laravel and Lumen-specific stubs, and ensuring
that the appropriate stubs are copied as part of the pest install.
2020-05-23 20:52:15 +09:30
Nuno Maduro 9a179d2891 chore: coding style 2020-05-21 21:48:47 +02:00
Nuno Maduro 6c4be0190e feat: adds plugin uses api 2020-05-21 21:44:05 +02:00
Nuno Maduro c97fd17120 feat(helpers): adds helpers file 2020-05-14 23:03:56 +02:00
Nuno Maduro 7a0bf9db97 chore: reverts return type on globals 2020-05-14 22:18:13 +02:00
Nuno Maduro 4f89a2ae16 chore: cs 2020-05-14 22:15:43 +02:00
Nuno Maduro 28d8822de0 fix: error "No code coverage driver is available" in laravel 2020-05-14 22:05:08 +02:00
Nuno Maduro af3ca742c2 feat: improves ide support in laravel 2020-05-14 00:52:04 +02:00
Nuno Maduro 6fc55becc8 feat: adds support for global helpers 2020-05-13 22:51:50 +02:00
Nuno Maduro 2d85842777 refacto: higher order messages 2020-05-13 22:21:59 +02:00
Nuno Maduro de2929077b first 2020-05-11 18:38:30 +02:00