|
|
@@ -89,7 +89,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
|
|
|
/**
|
|
|
* Ensures that characters trailing an otherwise valid date cause the input to be invalid
|
|
|
*
|
|
|
- * @see http://framework.zend.com/issues/browse/ZF-1804
|
|
|
+ * @group ZF-1804
|
|
|
* @return void
|
|
|
*/
|
|
|
public function testCharactersTrailingInvalid()
|
|
|
@@ -103,7 +103,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
|
|
|
/**
|
|
|
* Ensures that characters leading an otherwise valid date cause the input to be invalid
|
|
|
*
|
|
|
- * @see http://framework.zend.com/issues/browse/ZF-1804
|
|
|
+ * @group ZF-1804
|
|
|
* @return void
|
|
|
*/
|
|
|
public function testCharactersLeadingInvalid()
|
|
|
@@ -127,7 +127,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
|
|
|
/**
|
|
|
* Ensures that the validator can handle different manual dateformats
|
|
|
*
|
|
|
- * @see http://framework.zend.com/issues/browse/ZF-2003
|
|
|
+ * @group ZF-2003
|
|
|
* @return void
|
|
|
*/
|
|
|
public function testUseManualFormat()
|
|
|
@@ -153,7 +153,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
|
|
|
/**
|
|
|
* Ensures that the validator can handle different dateformats from locale
|
|
|
*
|
|
|
- * @see http://framework.zend.com/issues/browse/ZF-2003
|
|
|
+ * @group ZF-2003
|
|
|
* @return void
|
|
|
*/
|
|
|
public function testUseLocaleFormat()
|
|
|
@@ -191,7 +191,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
|
|
|
/**
|
|
|
* Ensures that the validator can handle different dateformats from locale
|
|
|
*
|
|
|
- * @see http://framework.zend.com/issues/browse/ZF-2003
|
|
|
+ * @group ZF-2003
|
|
|
* @return void
|
|
|
*/
|
|
|
public function testLocaleContructor()
|
|
|
@@ -249,7 +249,7 @@ class Zend_Validate_DateTest extends PHPUnit_Framework_TestCase
|
|
|
* @param integer $errline
|
|
|
* @param array $errcontext
|
|
|
* @return void
|
|
|
- * @see http://framework.zend.com/issues/browse/ZF-2789
|
|
|
+ * @group ZF-2789
|
|
|
*/
|
|
|
public function errorHandlerIgnore($errno, $errstr, $errfile, $errline, array $errcontext)
|
|
|
{
|