Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/04/2012, 16:26
yuo2
 
Fecha de Ingreso: diciembre-2008
Ubicación: PERU
Mensajes: 294
Antigüedad: 15 años, 5 meses
Puntos: 23
Exclamación error Zend al crear proyecto

Primero quiero decir que utilizo windows 7 y appserv (appserv-win32-2.5.10)

Luego de seguir tutoriales de instalacion logre lo siguiente:


Test de instalaciones:

Zend Version
Cita:
c:\AppServ\www>zf show version
Zend Framework Version: 1.11.11
Pear Instalacion
Cita:
c:\AppServ\www>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.10 stable
Console_Getopt 1.2.3 stable
PEAR 1.9.4 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.1 stable
PHP instalacion
Cita:
c:\AppServ\www>php -v
PHP 5.2.6 (cli) (built: May 2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

Como veran todo esta correcto, pero a la hora de crear un proyecto con el comando: zf create project miproyecto
Me indica que no encontro PHPUnit en mi include_patch.

Mi archivo php.ini :
; Windows: "\path1;\path2"
include_path = ".D:\frame_zen\library"



Creating project at C:/AppServ/www/miwebzend
Note: This command created a web project, for more information setting up your V
HOST, please see docs/README
Testing Note: PHPUnit was not found in your include_path, therefore no testing a
ctions will be created.


Debo mencionar tambien que mi proyecto se crea pero me sale ese Testing Note.. Creen ustedes que afecte durante la elaboracion de mi proyecto o no pasa nada?