web/lib/Zend/Test/PHPUnit/Db/Operation/Insert.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
equal deleted inserted replaced
805:5e7a0fedabdf 807:877f952ae2bd
    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: Insert.php 20096 2010-01-06 02:05:09Z bkarwin $
    20  * @version    $Id: Insert.php 24593 2012-01-05 20:35:02Z matthew $
    21  */
    21  */
    22 
    22 
    23 /**
    23 /**
    24  * @see PHPUnit_Extensions_Database_Operation_IDatabaseOperation
    24  * @see PHPUnit_Extensions_Database_Operation_IDatabaseOperation
    25  */
    25  */
    50  *
    50  *
    51  * @uses       PHPUnit_Extensions_Database_Operation_IDatabaseOperation
    51  * @uses       PHPUnit_Extensions_Database_Operation_IDatabaseOperation
    52  * @category   Zend
    52  * @category   Zend
    53  * @package    Zend_Test
    53  * @package    Zend_Test
    54  * @subpackage PHPUnit
    54  * @subpackage PHPUnit
    55  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    55  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    56  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    56  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    57  */
    57  */
    58 class Zend_Test_PHPUnit_Db_Operation_Insert implements PHPUnit_Extensions_Database_Operation_IDatabaseOperation
    58 class Zend_Test_PHPUnit_Db_Operation_Insert implements PHPUnit_Extensions_Database_Operation_IDatabaseOperation
    59 {
    59 {
    60     /**
    60     /**