phpundercontrol
Building XHProf into CI (phpundercontrol) non-intrusively
I would love to build XHProf output and metrics into phpUnderControl. After doing a good amount of research, it seems th开发者_Python百科e only path to XHProf is to actually change code to include and[详细]
2023-03-17 07:56 分类:问答PHPUnit Problems When Installing phpUnderControl On Windows
h开发者_运维知识库aving problems here getting phpUnderControl running on my Windows 7 machine, been searching all over the net for answers but documentation to many of the problems is just really bad.[详细]
2023-03-14 04:48 分类:问答phpUnderControl centralized for projects on different servers?
开发者_JAVA技巧I didnt work with phpundercontrol yet and from what I read so far, I dont see whether you can use it to control/CI multiple projects that are \"living\" on different servers.[详细]
2023-03-09 00:13 分类:问答How can I enable "metrics" tab in phpUnderControl?
I downloaded the latest version of phpuc and ezc/Graph. I tested the example project for phpuc and whenever I view the metrics tab I keep getting a null pointer exception:[详细]
2023-02-28 11:51 分类:问答Code Coverage with PHPUnit
I am running into an issue while attempting to determine code coverage on our site. I have PHPUnit generating a html code coverage report while running our unit tests on our three apps. We have a publ[详细]
2023-02-28 05:49 分类:问答How to call a custom ruleset.xml for php code sniffer
I\'m trying to write an custom ruleset.xml for php code sniff开发者_运维知识库er but calling it from the commandline without putting it in the default folder doesn\'t seem to work.[详细]
2023-01-22 10:19 分类:问答CruiseControl access restriction: how?
I am currently testing CruiseControl + phpUnderControl fo开发者_StackOverflow社区r our PHP CI process and am stuck with a fairly simple question: is it possible to somehow restrict access to the web i[详细]
2023-01-16 11:47 分类:问答phpUnderControl and PHPUnit always failing build with code 255
I have the following build.xml file setup in phpUnderControl. <target name=\"phpunit\"> <exec executable=\"phpunit\" dir=\"${basedir}/httpdocs\" failonerror=\"on\">[详细]
2023-01-08 08:59 分类:问答In PHPUnderControl, can I configure PHP_CodeSniffer to ignore specific directories?
I\'ve recently been trying to set up PHPUnderControl, a Continuous Integration server based on CruisControl. Part of the checks I\'d like to run is the PHP CodeSniffer (PHPCS) to detect \"code smell\"[详细]
2023-01-07 11:37 分类:问答Using Selenium and phpUnderControl on a Linux headless box?
I am trying to integrate Selenium and phpUnderControl on a headless Linux box, but haven\'t found anything about it. I can run Selenium with Xvfb, and phpUnderControl is running OK.开发者_开发技巧 My[详细]
2023-01-02 10:25 分类:问答