News Feed
Jobs Feed
Sections




News Archive
Mike Purcell's Blog:
PHPUnit - Constant Already Defined - -process-isolation
June 07, 2012 @ 08:43:25

In this new post from Mike Purcell shares a solution to an error he came across in his unit testing - a "Constant already defined" message - and how he fixed it.

When upgrading the unit tests I had no problem, it was only when I was trying to integrate into CruiseControl that this was happening. Well after some time, I finally figured out the issue was the "ant" command to execute the unit tests was passing the -process-isolation flag to phpunit.

He found that when he called it with that flag, it was executed twice, resulting in the "already defined" message the second time. He fixed it by removing the extra flag. Another alternative is to wrap your constant definitions (and anything that dosen't need to be called/created again) in an "is defined" check.

0 comments voice your opinion now!
phpunit processisolation error constant


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: Mocks, Stubs, And SimpleTest Wins

NetTuts.com: Taming Slim 2.0

Raphael Stolt's Blog: Testing Phing buildfiles with PHPUnit

Sebastian Bergman\'s Blog: PHPUnit Support in PHPEclipse

Sebastian Bergmann's Blog: AJAX-Based Test Runner for PHPUnit


Community Events











Don't see your event here?
Let us know!


series community tool podcast interview development unittest functional opinion code phpunit example language framework zendframework2 introduction release application conference testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework