import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
16
libs/Zend/Test/PHPUnit/Constraint/Exception.php
Normal file
16
libs/Zend/Test/PHPUnit/Constraint/Exception.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/** PHPUnit_Framework_ExpectationFailedException */
|
||||
require_once 'PHPUnit/Framework/ExpectationFailedException.php';
|
||||
|
||||
/**
|
||||
* Zend_Test_PHPUnit_Constraint_Exception
|
||||
*
|
||||
* @uses PHPUnit_Framework_ExpectationFailedException
|
||||
* @package Zend_Test
|
||||
* @subpackage PHPUnit
|
||||
* @copyright Copyright (C) 2008 - Present, Zend Technologies, Inc.
|
||||
* @license New BSD {@link http://framework.zend.com/license/new-bsd}
|
||||
*/
|
||||
class Zend_Test_PHPUnit_Constraint_Exception extends PHPUnit_Framework_ExpectationFailedException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user