-
The only thing that was missing for the build of PHPUnit's PHAR to become reproducible was to set the timestamps of the files in the PHAR to a consistent date.
I have implemented that in https://gi…
-
I would want to use drupal-core-development-project for contrib development too but currently I can not do that. Tests for contrib are failing. Core tests work ok.
Running
```
phpunit web/modul…
-
i.e. `artisan inspect:fix --level=psr-2`
Thanks for all your work on this project -- it's a lifesaver!
-
https://github.com/open-lms-open-source/moodle-tool_ally/blob/MOODLE_311_STABLE/tests/event_handlers_test.php#L331
tool_ally\event_handlers_test::test_course_restored
Unexpected debugging() call d…
-
PHPUnit provides [`@testdox` annotation](https://docs.phpunit.de/en/10.4/annotations.html#testdox), which allows custom titles for test classes and test methods. However, Codewars reporter emits `` an…
-
When running php admin/tool/phpunit/cli/init.php
I get the above error. The stack trace leads back to a oublog settings "hack" - https://github.com/moodleou/moodle-mod_oublog/blob/e4c2960d7456e608480…
-
I've noticed that in the most recent version of the library, a `vendor\lucatume\function-mocker\cache\` folder is created and some cached code is saved there.
This is causing two issues:
- Our IDE…
-
Tests tagged with get a fatal error @runTestsInSeparateProcesses @preserveGlobalState
```
PHP Fatal error: Uncaught Error: Class 'PHPUnit_Util_Configuration' not found in -:76
Stack trace:
#0 …
rcwsr updated
8 years ago
-
If i sent dispatchAction to controller and this controller has redirect to another link, test crash with error Cannot modify header information - headers already sent by (output started vendor/phpu…
-
After upgrading to Laravel 5.4 running phpunit outputs the error below.
> There was 1 error:
>
> 1) Tests\Feature\ExampleTest::testBasicTest
> ErrorException: session_start(): Cannot send sessi…