2010
01.29
Here is a quick know-how an testing code in PHP Symfony framework. I’ve been using it extensively for testing, mainly because I am lazy in creating functional and unit tests.

Create a file like the following in your APP_ROOT , say

my_test_file.php

Now just call:
php my_test_file.php

No Comment.

Add Your Comment