
-
Unit testing FLOW3 with NetBeans
FLOW3 comes with a lot of unit tests, but to run those is only possible with the FLOW3 test runners from the Testing package. This has various reasons: Read more
-
Code works, the unit test fails...
In this case it turned out to be simple: the test failed because it was making wrong assumptions after a code change. But I never got to know, as PHPUnit ran out of memory... This is the end of the XDebug trace: Read more
-
PHP Standards Working Group - what's the point?
Recently Robert Lemke joined the PHP Standards Working Group as a representative for TYPO3. Since we are working on the FLOW3 framework as a by-product of our complete TYPO3 rewrite, we are of course interested in interoperability and standards to ease our lives. Read more
-
Avoiding a temporary array not worth it
Recently I changed some code in PHPCR and thus also TYPO3CR that made it necessary to change some client code. Where I used to create an iterator and then append() items to it in a loop, I was now forced to prepare an array to hand over to the iterator's constructor. Read more
-
Blogging with FLOW3? Almost there!
The last days we had Andreas Förthner up in Lübeck to work on FLOW3 together, and it was indeed very successful! Read more