CVP, on 07 February 2013 - 11:33 PM, said:
Unfortunately no - However i am using a newer version of Netbeans and PHP Unit. Maybe i should post a new thread about this.
Hi, i have the same issue with yii, netbeans7.2 and phpunit.
Posted 10 March 2013 - 02:41 PM
Yang He, on 08 March 2013 - 09:11 AM, said:
Posted 01 April 2013 - 10:43 AM
PHP Fatal error: Class 'CActiveRecord' not found in /var/www/demo-yii/protected/models/Customer.php on line 14 PHPUnit Skeleton Generator 1.2.0 by Sebastian Bergmann.
<?php // change the following paths if necessary $yiit=dirname(__FILE__).'/../../../yii-1.1.13/framework/yiit.php'; $config=dirname(__FILE__).'/../config/test.php'; require_once($yiit); require_once(dirname(__FILE__).'/WebTestCase.php'); Yii::createWebApplication($config);
Posted 13 April 2013 - 03:24 PM