-
- Tipar os retornos para garantir a execução correta dos teste em qualquer nas versões mais atuais do PHP corrigindo o erro abaixo ao tentar executar em alguns ambientes:
```
Fatal error: Declaratio…
-
Update code and PHPUnit test to run without problems in PHP 8.1 and 8.2
See https://github.com/bobbingwide/bobbingwide/issues/103
The PHPUnit test suite needs to be extended to load each of the …
-
Line 2698 in locallib.php should be changed to something like `format_text($comment->message, FORMAT_MOODLE, ['context' => $oublog->course,])`
Testing the 403 branch against M4.4 outputs the follo…
-
I currently have this working with the Selenium driver. When I explicitly set the browser_name in the config_test.yml, it works. It seems I can only pass it one browser/selenium location/etc. Is ther…
-
Instead of user having to write commands like:
docker-compose run composer --rm install
add a script called ./composer which would container something as follows:
docker-compose run c…
andho updated
4 years ago
-
At the moment, if no phpunit version is specified in a module's `composer.json` we add `3.7@stable` by default.
We should fall-back to `framework/composer.json` declaration instead so that 4.0 tests …
-
Currently there is alot of retrocompatibility in the project. There is a need to lunch a major version with only newest versions for php, monolog/monolog, illuminate/console, ext-rdkafka and phpunit/p…
-
PHPUnit 10.5 introduced a new `#[IgnoreDeprecations]` attribute https://github.com/sebastianbergmann/phpunit/issues/5532 to signal that a test is exercising deprecated code paths i.e. that calls to de…
-
It would be great if custom parameters were supported. That is, equivalent to something like:
```
phpunit -c /path/to/phpunit.xml --do-something-special
```
This allows the bootstrap file access to …
-
Mesages such as:
```
unused field(s) on node Scalar_String: comments
unused field(s) on node Scalar_String: attributes
unused field(s) on node Stmt_Use: comments
unused field(s) on node Expr_In…