- Dec 24, 2020
-
-
Piet de Nooijer authored
Issue/3189252
-
Piet de Nooijer authored
When PHPCbf runs, it will only fail when there are fixable bugs, but if there are not fixable bugs left it leave the unfixable alone. By running PHPCS as well it will still error.
-
Thanks rodrigoaguilera & Pooja Ganjage!
-
- Dec 19, 2020
-
-
Piet de Nooijer authored
Enable PHP 8 in Travis CI
-
Piet de Nooijer authored
-
Piet de Nooijer authored
Task/update deps
-
Piet de Nooijer authored
- Upgrade the dev dependencies. - Upgrade the phpunit.xml to the new format. - Ignore the new phpunit cache file. - Drop support for PHP 7.2
-
Piet de Nooijer authored
When updating phpunit the interface is not compatible with the UnitTestCase any more because of the return type. As UnitTestCase is not really used, revert it back to the basic PHPUnit TestCase instead.
-
- Dec 05, 2020
-
-
Piet de Nooijer authored
-
Piet de Nooijer authored
-
- Nov 20, 2020
-
-
- Oct 03, 2020
-
-
Piet de Nooijer authored
Add toolbar event
-
Piet de Nooijer authored
Add hook_field_widget_multivalue_form_alter event
-
- Oct 02, 2020
-
-
Jeroen Tubex authored
-
- Sep 28, 2020
-
-
Piet de Nooijer authored
Change ViewFieldEventVariables->getField return type
-
Issue #3168925 by Joris Handstanger, pdenooijer: Change ViewFieldEventVariables->getField return type
-
- Sep 27, 2020
-
-
Piet de Nooijer authored
Update/test tools
-
- Sep 25, 2020
-
-
Piet de Nooijer authored
- Create custom phpcs ruleset based on Drupal & DrupalPractice - Exclude conflicting and annoying rules - Fix new found errors
-
Piet de Nooijer authored
- Update phpmd configuration: allow long class name length - Ignore two false positives not used local variable
-
Piet de Nooijer authored
Task/deps update
-
Piet de Nooijer authored
-
Piet de Nooijer authored
-
preprocess_example_module.info.yml: added core_version_requirement: ^8 || ^9
-
- Aug 20, 2020
-
-
Piet de Nooijer authored
Add method to retrieve Block Content
-
- Aug 05, 2020
-
-
Piet de Nooijer authored
Task/deps updates
-
Piet de Nooijer authored
The code in AbstractFieldSettingsSummaryAlterEventTestCase would give a warning in the console when running on PHP 7.4. Rewrote it to use a variable wich does not have this warning.
-
Piet de Nooijer authored
- Reformate .travis.yml - Use composer ci command - Add --ignore-platform-reqs to make 7.2 installable - Add PHP 7.4 testing
-
Piet de Nooijer authored
- Add ci command for testing on Travis - Improve test command, use phpcbf instead to fix problems instead of warning only - Show warnings as well for phpcs
-
Piet de Nooijer authored
-
Piet de Nooijer authored
-
- Aug 02, 2020
-
-
Piet de Nooijer authored
Previous commit replaced all normal calls to Assert::assertX calls to static as that was changed, but also changed the private method calls as well.
-
Piet de Nooijer authored
Task/update tests
-
Piet de Nooijer authored
The assertX calls have been changed from normal class methods to static class methods. So update the way they are called in all the test classes to the self variant.
-
- Jun 22, 2020
-
-
Piet de Nooijer authored
Missing @group annotation in Test class
-
Piet de Nooijer authored
Change the drupal coder dependency to dev
-
Piet de Nooijer authored
There is no need to have this as a required dependency as this project does not depend on anything beside Drupal core.
-