Commit Graph

38 Commits

Author SHA1 Message Date
Mior Muhammad Zaki 69bd1dceef
Use $_SERVER instead of $_ENV for phpunit.
Laravel 5.8 limits dotenv to only rely on $_SERVER and not $_ENV. See https://github.com/laravel/framework/pull/27462
2019-02-13 08:54:45 +08:00
Roberto Aguilar c40701e3da
Sort phpunit environment variables alphabetically 2018-10-27 02:44:54 -05:00
Chris Kankiewicz 1eb13c8600
Updated QUEUE_DRIVER env var to QUEUE_CONNECTION in phpunit.xml 2018-09-04 09:45:26 -07:00
Martin Heralecký b23f77fa60
delete trailing whitespace in phpunit.xml 2018-07-26 23:30:57 +02:00
Benedikt Franke 769dc6b96b
Switch execution order of testsuites, unit tests first
Unit tests usually run faster and provide more fine-granular feedback if something is broken. If some small part of the application is broken, it may easily cause all the feature tests to fail, while not providing useful feedback.
2018-06-18 09:27:59 +02:00
Roberto Aguilar dc320c8942
Set bcrypt rounds using the hashing config 2018-04-18 10:09:32 -05:00
Melek REBAI c53e15ab96
Set MAIL_DRIVER to array in phpunit.xml 2018-03-13 08:23:37 +01:00
Taylor Otwell d0ce75926f Merge branch 'master' into develop 2017-07-11 13:26:38 -05:00
Alexander Diachenko 6ad4df5c5a Simplify test suite names 2017-05-27 21:20:27 +03:00
Josh Manders d00fdbcd1b Fix phpunit. 2017-04-17 17:59:45 -05:00
Taylor Otwell 08eefbcc11 Organize tests. 2016-11-29 15:48:33 -06:00
Egor Talantsev 288e361aff Remove removed routes file 2016-07-30 12:02:46 +05:00
Graham Campbell 28ea52d10b Fixed up the phpunit config 2016-03-30 19:52:07 +01:00
Martins Sipenko 8ac73d90f2 Removed unused option 2015-10-07 14:19:49 +03:00
Martins Sipenko 19e97fc9db Added whitelist to remove warning for upcoming phpunit 4.8 2015-06-10 18:13:13 +01:00
Laurence Ioannou c4635187c7 Update phpunit.xml 2015-02-14 18:45:27 +11:00
Taylor Otwell 48d1a0ce36 working on some configuration changes. 2014-12-03 21:59:42 -06:00
Taylor Otwell 4301348646 Large refactor of HTTP and Console stack. 2014-10-20 11:14:41 -05:00
crynobone e084583077 Move PHPUnit to require-dev and fixes directory references to tests.
Signed-off-by: crynobone <crynobone@gmail.com>
2014-08-20 19:36:09 +08:00
Graham Campbell 753370615e Minor cs fixes 2014-03-15 10:14:55 +00:00
Taylor Otwell 9d3c3ea038 tweak how autoloaders are called. adjust phpunit bootstrap. 2013-01-23 23:33:47 -06:00
Taylor Otwell 5d99f9f1d6 moving laravel 4 into develop branch. 2013-01-11 15:14:07 -06:00
Franz Liedke 7e11bb7431 Delete phpunit.xml file.
Looks like that was committed accidentally.
2012-09-07 14:32:12 +02:00
Taylor Otwell 4e21cfce39 Fixing a double slash bug in URL generation with languages. add tests. 2012-09-01 22:07:01 -05:00
Taylor Otwell 70f586281f removing tests and vendor. 2012-03-27 15:50:33 -05:00
Taylor Otwell 9eabd73b64 <auto> merging hotfixes. re-added tests into repository. 2012-03-27 15:47:04 -05:00
Taylor Otwell 8b4c17a8b6 <auto> removed unit tests from repository. 2012-03-27 15:46:51 -05:00
Taylor Otwell 59ae60d287 fixing release script. 2012-03-27 15:45:52 -05:00
Taylor Otwell 1d9a794fcd remove tests. 2012-03-27 15:43:46 -05:00
Taylor Otwell 15fe1d5258 added tests to develop branch. 2012-03-27 15:41:30 -05:00
Taylor Otwell f706ed75bf made testing elegant. 2012-01-27 15:28:46 -06:00
Taylor Otwell f420ec5515 moving core tests into bundle. 2012-01-27 12:09:19 -06:00
Taylor Otwell f4e1eaf29e adding some basic auth tests. 2012-01-18 11:03:02 -06:00
Taylor Otwell 28c3ef6eba turn colors back on for tests. 2012-01-17 16:43:41 -06:00
Taylor Otwell f634b6b97b rename str.php to str.test.php... change suffix in phpunit.xml 2012-01-17 16:11:06 -06:00
Taylor Otwell 6f2e83f284 added foundation of testing setup. 2012-01-17 16:04:28 -06:00
Taylor Otwell b3c9dc59c0 refactoring testing setup. 2011-10-10 22:17:22 -05:00
Taylor Otwell cb8e8194ce removed application and resolver classes. added phpunit tests. 2011-09-04 23:19:14 -05:00