[TYPO3-dev] Re: extension upload to TER under TYPO3 6.0

Elmar Hinz t3elmar at googlemail.com
Tue Apr 16 17:48:37 CEST 2013


Program A calls program B:

A -> B

To debug B there is no need to run A.

To find out, if reasonable parameters pass from A to B

A -> (?) -> B

you can apply var_dump in A.

That's all to know.  B is documented by it's sources.

For an overall integration test you can likely replace the call to 
*.phar by the call to *.php in the worker.  I havn't tested that.

I think you have enough inforamations to find your own way.
Else simply don't get stuck with this and do something else.


Regards

Elmar



More information about the TYPO3-dev mailing list