equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Test |
16 * @package Zend_Test |
17 * @subpackage PHPUnit |
17 * @subpackage PHPUnit |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: Connection.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Connection.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * @see PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection |
24 * @see PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection |
25 */ |
25 */ |
41 * @uses Zend_Db_Adapter_Abstract |
41 * @uses Zend_Db_Adapter_Abstract |
42 * @uses PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection |
42 * @uses PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection |
43 * @category Zend |
43 * @category Zend |
44 * @package Zend_Test |
44 * @package Zend_Test |
45 * @subpackage PHPUnit |
45 * @subpackage PHPUnit |
46 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
46 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
47 * @license http://framework.zend.com/license/new-bsd New BSD License |
47 * @license http://framework.zend.com/license/new-bsd New BSD License |
48 */ |
48 */ |
49 class Zend_Test_PHPUnit_Db_Connection extends PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection |
49 class Zend_Test_PHPUnit_Db_Connection extends PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection |
50 { |
50 { |
51 /** |
51 /** |