[FLOW3-general] TYPO3.FLOW3 Functional tests
Robert Lemke
robert at typo3.org
Mon Dec 19 10:20:12 CET 2011
Hi Pankaj,
On 17.12.2011, at 10:48, Pankaj Lele wrote:
>
> I was just trying to run Functional tests for TYPO3.FLOW3 package (Git
> master) and they are not passing. Is there anything special required to
> have it passing clean?
Are they not running at all or are certain tests failing? If the latter – which ones?
> I am running the test with following command from the root directory.
>
> phpunit --bootstrap Build/Common/PhpUnit/FunctionalTestBootstrap.php
> Packages/Framework/TYPO3.FLOW3/Tests/Functional
make sure you have the most recent version of the Build/Common/ submodule and
run the functional tests similar to the unit tests:
phpunit -c Build/Common/PhpUnit/FunctionalTests.xml Packages/Framework/TYPO3.FLOW3/Tests/Functional
cheers,
robert
More information about the FLOW3-general
mailing list