Test/PHPUnit/DatabaseTestCase.php

Show: PublicProtectedPrivateinherited
Table of Contents
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 license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Test  
Subpackage
PHPUnit  
Version
$Id$  

\Zend_Test_PHPUnit_DatabaseTestCase

Package: Zend_Test\PHPUnit
Generic Testcase for Zend Framework related DbUnit Testing with PHPUnit
Parent(s)
\PHPUnit_Extensions_Database_TestCase
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 

Methods

methodprotectedcreateDbRowset(\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

Parameters
NameTypeDescription
$rowset\Zend_Db_Table_Rowset_Abstract
$tableName
Returns
TypeDescription
\Zend_Test_PHPUnit_Db_DataSet_DbRowset
methodprotectedcreateDbTable(\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

Parameters
NameTypeDescription
$table\Zend_Db_Table_Abstract
$wherestring
$orderstring
$countstring
$offsetstring
Returns
TypeDescription
\Zend_Test_PHPUnit_Db_DataSet_DbTable
methodprotectedcreateDbTableDataSet(array $tables = array()) : \Zend_Test_PHPUnit_Db_DataSet_DbTableDataSet

Create a dataset based on multiple Zend_Db_Table instances

Parameters
NameTypeDescription
$tablesarray
Returns
TypeDescription
\Zend_Test_PHPUnit_Db_DataSet_DbTableDataSet
methodprotectedcreateZendDbConnection(\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.

Parameters
NameTypeDescription
$connection\Zend_Db_Adapter_Abstract
$schemastring
Returns
TypeDescription
\Zend_Test_PHPUnit_Db_Connection
methodprotectedgetAdapter() : \Zend_Db_Adapter_Abstract

Convenience function to get access to the database connection.

Returns
TypeDescription
\Zend_Db_Adapter_Abstract
methodprotectedgetSetUpOperation() : \PHPUnit_Extensions_Database_Operation_DatabaseOperation

Returns the database operation executed in test setup.

methodprotectedgetTearDownOperation() : \PHPUnit_Extensions_Database_Operation_DatabaseOperation

Returns the database operation executed in test cleanup.

Documentation was generated by phpDocumentor 2.2.0 .