Test/PHPUnit/DatabaseTestCase.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Test
- Subpackage
- PHPUnit
- Version
- $Id: DatabaseTestCase.php 25024 2012-07-30 15:08:15Z rob $
\Zend_Test_PHPUnit_DatabaseTestCase
Generic Testcase for Zend Framework related DbUnit Testing with PHPUnit
- Parent(s)
- \PHPUnit_Extensions_Database_TestCase
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
- \global\PHPUnit_Extensions_Database_TestCase
Methods


createDbRowset(\Zend_Db_Table_Rowset_Abstract $rowset, $tableName = null) : \Zend_Test_PHPUnit_Db_DataSet_DbRowset
Create a data table based on a Zend_Db_Table_Rowset instance
Name | Type | Description |
---|---|---|
$rowset | \Zend_Db_Table_Rowset_Abstract | |
$tableName | string |
Type | Description |
---|---|
\Zend_Test_PHPUnit_Db_DataSet_DbRowset |


createDbTable(\Zend_Db_Table_Abstract $table, string $where = null, string $order = null, string $count = null, string $offset = null) : \Zend_Test_PHPUnit_Db_DataSet_DbTable
Create a table based on one Zend_Db_Table instance
Name | Type | Description |
---|---|---|
$table | \Zend_Db_Table_Abstract | |
$where | string | |
$order | string | |
$count | string | |
$offset | string |
Type | Description |
---|---|
\Zend_Test_PHPUnit_Db_DataSet_DbTable |


createDbTableDataSet(array $tables = array()) : \Zend_Test_PHPUnit_Db_DataSet_DbTableDataSet
Create a dataset based on multiple Zend_Db_Table instances
Name | Type | Description |
---|---|---|
$tables | array |
Type | Description |
---|---|
\Zend_Test_PHPUnit_Db_DataSet_DbTableDataSet |


createZendDbConnection(\Zend_Db_Adapter_Abstract $connection, string $schema) : \Zend_Test_PHPUnit_Db_Connection
Creates a new Zend Database Connection using the given Adapter and database schema name.
Name | Type | Description |
---|---|---|
$connection | \Zend_Db_Adapter_Abstract | |
$schema | string |
Type | Description |
---|---|
\Zend_Test_PHPUnit_Db_Connection |


getAdapter() : \Zend_Db_Adapter_Abstract
Convenience function to get access to the database connection.
Type | Description |
---|---|
\Zend_Db_Adapter_Abstract |


getSetUpOperation() : \PHPUnit_Extensions_Database_Operation_DatabaseOperation
Returns the database operation executed in test setup.
Type | Description |
---|---|
\PHPUnit_Extensions_Database_Operation_DatabaseOperation |