Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
->exclude('node_modules')
->exclude('storage')
->exclude('vendor')
->exclude('_build')
->notPath('app/cdash/tests/config.test.local.php')
->in(__DIR__)
;

Expand Down
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ endif()

find_program(PHP_EXE NAMES php PATHS c:/xampp/php /xampp/php)

# Run PHP style fixer.
execute_process(
COMMAND ${CMAKE_SOURCE_DIR}/vendor/bin/php-cs-fixer fix
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)

if(CDASH_USE_SELENIUM)
find_program(PHPUNIT_EXE NAMES phpunit PATHS c:/xampp/php /xampp/php vendor/bin)
endif(CDASH_USE_SELENIUM)
Expand Down