pt_extbase icon indicating copy to clipboard operation
pt_extbase copied to clipboard

How to execute unit tests?

Open bschmitt opened this issue 7 years ago • 3 comments

I want to use Tx_PtExtbase_Tests_Unit_AbstractBaseTestcase for my extbase extension unit tests too but I'm struggling to: a) execute the pt_extbase unit tests b) execute unit tests of my extension which are based on the abstract class.

typo3src/bin/phpunit -c typo3/sysext/core/Build/UnitTests.xml typo3conf/ext/pt_extbase/Tests/Unit/

Any help appreciated (TYPO3 6.2)

bschmitt avatar Feb 05 '18 13:02 bschmitt