stable

Clone or download

Read-only

Make sure Psalm knows how to access classes of the FlamingParrot theme

Without this contribution if you try to launch Psalm in the LDAP plugin (`make psalm FILES=plugins/ldap/include/`), you will get issues because the FlamingParrot_Theme class cannot be found. Took the opportunity to move the theme to an autoloader managed by Composer like it is done for the BurningParrot theme. Part of request #13292: Integrate vimeo/psalm to the test pipeline Change-Id: I44f25a92678878881a105cb2357db8cccfe6ef6f

Modified Files

Name
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +2 −20 Go to diff View file
A src/www/themes/FlamingParrot/composer.json +12 −0 Go to diff View file
M tests/phpunit/bootstrap.php +1 −0 Go to diff View file
M tests/psalm/bootstrap.php +1 −0 Go to diff View file
M tests/psalm/psalm.xml +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file