Commit Graph

21 Commits

Author SHA1 Message Date
aeberhardo cfcd82e04a Fixes variable export for Windows.
Issue: https://github.com/laravel/laravel/issues/1870
Fix in commit 678b92ef85 does not work.

Signed-off-by: aeberhardo <aeberhard@gmx.ch>
2013-05-15 19:05:04 +02:00
Taylor Otwell 678b92ef85 putenv in test runner. 2013-05-14 01:15:51 -05:00
Taylor Otwell 4046313ecd fix environment on tests. 2013-03-28 17:14:45 -05:00
Franz Liedke 9348046d0e Fix dynamically generated phpunit.xml file not being deleted automatically in the test runner. 2012-09-07 14:32:37 +02:00
Dayle Rees e0338f3671 Merge branch 'core-tests' of https://github.com/franzliedke/laravel into develop 2012-08-12 16:19:13 +01:00
Sergii Grebeniuk 690e8572aa phpdoc fixes 2012-08-03 18:17:48 +03:00
Franz Liedke 08fce4fbf8 After running tests, exit with PHPUnit's exit status. 2012-07-14 11:47:31 +02:00
Franz Liedke 41ff7af213 Change inner workings of test runner to use different bootstrap file when testing the core. 2012-07-13 03:02:30 +02:00
Franz Liedke a7c211339a Import testing bundle to laravel/tests directory. 2012-07-13 00:14:03 +02:00
Franz Liedke 6d23c4f5c6 Fix missing semicolon in laravel/cli/test/runner.php. 2012-07-13 00:21:18 +03:00
Luca Degasperi 79a5dc1931 Using escapeshellarg instead of putting backshlashes in front of spaces
Signed-off-by: Luca Degasperi <dega.luca@gmail.com>
2012-06-27 17:31:38 +02:00
Luca Degasperi ad2540c979 Fixed the spaced directory when calling php unit via the command line
Signed-off-by: Luca Degasperi <dega.luca@gmail.com>
2012-06-27 15:20:28 +02:00
Taylor Otwell 86102ac417 update test runner. 2012-02-16 10:32:39 -06:00
Taylor Otwell 67de20b485 cleaning up the test runner. 2012-02-07 20:09:17 -06:00
Taylor Otwell 428257758d clean up base directory of phpunit stuff. 2012-02-07 15:33:34 -06:00
Phill Sparks 62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Taylor Otwell 97fcea1e51 cleaned up paths. 2012-01-28 14:55:08 -06:00
Taylor Otwell a351e91aef fix testing of the core. 2012-01-27 16:28:17 -06:00
Taylor Otwell f44c565ee4 converted path constants to $GLOBALS. 2012-01-27 16:17:43 -06:00
Taylor Otwell 09d4b74cf1 added core option to test runner. 2012-01-27 15:43:05 -06:00
Taylor Otwell f706ed75bf made testing elegant. 2012-01-27 15:28:46 -06:00