Warning, /frameworks/kuserfeedback/cmake/FindPhpUnit.cmake is written in an unsupported language. File is not indexed.

0001 find_program(PHPUNIT_EXECUTABLE phpunit HINTS ${CMAKE_SOURCE_DIR}/vendor/bin)
0002 if (PHPUNIT_EXECUTABLE)
0003   set(PhpUnit_FOUND TRUE)
0004 endif()