TYPO3 Flow Base DistributionPackagesApplications

Bug #43125

Adjust typo3.surf:typo3:flow:unittest Task to use build

Added by Cedric Ziel over 2 years ago. Updated over 2 years ago.

Status:New Start date:2012-11-20
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

For now, UnitTestTask looks like:

$this->shell->executeOrSimulate('cd ' . $targetPath . ' && phpunit -c Build/Common/PhpUnit/UnitTests.xml', $node, $deployment);

According to the changes in buildessentials, this should be:

$this->shell->executeOrSimulate('cd ' . $targetPath . ' && phpunit -c Build/buildessentials/PhpUnit/UnitTests.xml', $node, $deployment);

Right?

History

#1 Updated by Cedric Ziel over 2 years ago

Somehow, the title of the issue was cropped... I meant ..to use buildessentials :-)

Also available in: Atom PDF