Problem with PHPUnit and Zend Framework

I’m getting a message when I try to create a controller:

ali-suarezs-macbook:hidraserca alisuarez$ zf create controller ws 0 admin
Note: PHPUnit is required in order to generate controller test stubs.
Note: The canonical controller name that is used with other providers is “Ws”; not “ws” as supplied
Creating a controller at /Library/WebServer/Documents/hidraserca/application/modules/admin/controllers/WsController.php
Creating an index action method in controller Ws
Creating a view script for the index action method at /Library/WebServer/Documents/hidraserca/application/modules/admin/views/scripts/ws/index.phtml
Updating project profile ‘/Library/WebServer/Documents/hidraserca/.zfproject.xml’

This is my include_path:
include_path=“.:/usr/share/pear/:/usr/share/pear/PHPUnit/:/php/includes:/Library/WebServer/Documents/zendsrc/library:/usr/lib/php”

I don’t know what I’m doing wrong here.:sick:

ali-suarezs-macbook:hidraserca alisuarez$ phpunit --version
PHPUnit 3.5.14 by Sebastian Bergmann.

It seems to work from the command line.:injured: