Tag Archives: phpunit

Como testar código que depende do sistema de arquivos com PHPUnit e vfsStream

Já faz um tempo que me interesso por testes unitários e em especial por TDD. Utilizo o PHPUnit, o principal framework da família xUnit para PHP. Neste post vou fazer uma rápida apresentação do vfsStream, um stream wrapper que permite simular um … Continue reading

Posted in php, software livre | Tagged , , , , | Leave a comment

GSOC TikiFest in London

In the first week of July I was in London for the GSOC (Google Summer of Code) TikiFest. TikiFests are a tradition in the Tikiwiki community. It is when two or more Tiki contributors get together to code, discuss about … Continue reading

Posted in hacklab, software livre | Tagged , , , , , , , , | Leave a comment

How to run phpt tests with PHPUnit

In this post I will explain how to run phpt tests with PHPUnit. For my GSOC project I will use (and contribute to) the PEAR package Text_Wiki (more about my contributions on this package on another post). This package use … Continue reading

Posted in hacklab, software livre | Tagged , , , , , , , | Leave a comment