forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize issue links for tests [ci skip]
- Loading branch information
1 parent
f7af03f
commit 89b6560
Showing
66 changed files
with
154 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,8 @@ public function _before(IntegrationTester $I) | |
/** | ||
* Tests clearing the Form Elements | ||
* | ||
* @issue 12165 | ||
* @issue 12099 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12165 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12099 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2016-10-01 | ||
* @param IntegrationTester $I | ||
|
@@ -144,7 +144,7 @@ public function clearFormElements(IntegrationTester $I) | |
/** | ||
* Tests canceling validation on first fail | ||
* | ||
* @issue 13149 | ||
* @issue https://github.com/phalcon/cphalcon/issues/13149 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2017-11-19 | ||
* @param IntegrationTester $I | ||
|
@@ -220,7 +220,7 @@ public function shouldCancelValidationOnFirstFail(IntegrationTester $I) | |
/** | ||
* Tests clearing the Form Elements and using Form::isValid | ||
* | ||
* @issue 11978 | ||
* @issue https://github.com/phalcon/cphalcon/issues/11978 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2016-10-01 | ||
* @param IntegrationTester $I | ||
|
@@ -281,7 +281,7 @@ public function clearFormElementsAndUsingValidation(IntegrationTester $I) | |
/** | ||
* Tests clearing the Form Elements by using Form::bind | ||
* | ||
* @issue 11978 | ||
* @issue https://github.com/phalcon/cphalcon/issues/11978 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2016-10-01 | ||
* @param IntegrationTester $I | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ class ViewCest | |
* Tests the View::getActiveRenderPath | ||
* | ||
* @test | ||
* @issue 12139 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12139 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2014-08-14 | ||
*/ | ||
|
@@ -81,7 +81,7 @@ public function shouldGetActiveRenderPath(IntegrationTester $I) | |
* Tests the View::getCurrentRenderLevel | ||
* | ||
* @test | ||
* @issue 907 | ||
* @issue https://github.com/phalcon/cphalcon/issues/907 | ||
* @author Volodymyr Kolesnykov <[email protected]> | ||
* @since 2013-10-03 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ class ValidationCest | |
/** | ||
* Tests the get | ||
* | ||
* @issue 10405 | ||
* @issue https://github.com/phalcon/cphalcon/issues/10405 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2016-06-27 | ||
* @param IntegrationTester $I | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -420,7 +420,7 @@ function () { | |
/** | ||
* Tests negation of inherited roles | ||
* | ||
* @issue 65 | ||
* @issue https://github.com/phalcon/cphalcon/issues/65 | ||
* | ||
* @author Nikolaos Dimopoulos <[email protected]> | ||
* @since 2014-10-04 | ||
|
@@ -457,7 +457,7 @@ function () { | |
/** | ||
* Tests ACL Resources with numeric values | ||
* | ||
* @issue 1513 | ||
* @issue https://github.com/phalcon/cphalcon/issues/1513 | ||
* | ||
* @author Nikolaos Dimopoulos <[email protected]> | ||
* @since 2014-10-04 | ||
|
@@ -482,7 +482,7 @@ function () { | |
/** | ||
* Tests function in Acl Allow Method | ||
* | ||
* @issue 11235 | ||
* @issue https://github.com/phalcon/cphalcon/issues/11235 | ||
* | ||
* @author Wojciech Slawski <[email protected]> | ||
* @since 2015-12-16 | ||
|
@@ -522,7 +522,7 @@ function () { | |
/** | ||
* Tests function in Acl Allow Method | ||
* | ||
* @issue 12004 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12004 | ||
* | ||
* @author Wojciech Slawski <[email protected]> | ||
* @since 2016-07-22 | ||
|
@@ -564,7 +564,7 @@ function () { | |
/** | ||
* Tests function in Acl Allow Method without arguments | ||
* | ||
* @issue 12094 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12094 | ||
* | ||
* @author Wojciech Slawski <[email protected]> | ||
* @since 2016-06-05 | ||
|
@@ -607,7 +607,7 @@ function () { | |
/** | ||
* Tests function in Acl Allow Method without arguments | ||
* | ||
* @issue 12094 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12094 | ||
* | ||
* @author Wojciech Slawski <[email protected]> | ||
* @since 2016-06-05 | ||
|
@@ -656,7 +656,7 @@ function () { | |
/** | ||
* Tests acl with adding new rule for role after adding wildcard rule | ||
* | ||
* @issue 2648 | ||
* @issue https://github.com/phalcon/cphalcon/issues/2648 | ||
* | ||
* @author Wojciech Slawski <[email protected]> | ||
* @since 2016-10-01 | ||
|
@@ -684,7 +684,7 @@ function () { | |
/** | ||
* Tests adding wildcard rule second time | ||
* | ||
* @issue 2648 | ||
* @issue https://github.com/phalcon/cphalcon/issues/2648 | ||
* | ||
* @author Wojciech Slawski <[email protected]> | ||
* @since 2016-10-01 | ||
|
@@ -712,7 +712,7 @@ function () { | |
/** | ||
* Tests adding wildcard rule second time | ||
* | ||
* @issue 12573 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12573 | ||
* | ||
* @author Wojciech Slawski <[email protected]> | ||
* @since 2017-01-25 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ function () { | |
* Tests Collection::has | ||
* | ||
* @test | ||
* @issue 10938 | ||
* @issue https://github.com/phalcon/cphalcon/issues/10938 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2017-06-02 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ function () { | |
/** | ||
* Tests custom filters | ||
* | ||
* @issue 1198 | ||
* @issue https://github.com/phalcon/cphalcon/issues/1198 | ||
* @author Volodymyr Kolesnykov <[email protected]> | ||
* @since 2013-09-15 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -457,7 +457,7 @@ function () { | |
/** | ||
* Tests setting local target | ||
* | ||
* @issue 1532 | ||
* @issue https://github.com/phalcon/cphalcon/issues/1532 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @author Dreamszhu <[email protected]> | ||
* @since 2013-10-25 | ||
|
@@ -618,7 +618,7 @@ function () { | |
* new one with existing name | ||
* | ||
* @test | ||
* @issue 10938 | ||
* @issue https://github.com/phalcon/cphalcon/issues/10938 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2017-06-02 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -313,6 +313,7 @@ function () { | |
/** | ||
* Tests issue 12779 | ||
* | ||
* @issue https://github.com/phalcon/cphalcon/issues/12779 | ||
* @author Wojciech Ślawski <[email protected]> | ||
* @since 2017-06-19 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,7 +168,7 @@ function ($identifier, $expected) { | |
* Tests Mysql::addForeignKey | ||
* | ||
* @test | ||
* @issue 556 | ||
* @issue https://github.com/phalcon/cphalcon/issues/556 | ||
* @author Sergii Svyrydenko <[email protected]> | ||
* @since 2017-07-03 | ||
*/ | ||
|
@@ -192,7 +192,7 @@ function ($sql, $expected) { | |
* Tests Mysql::getForeignKey | ||
* | ||
* @test | ||
* @issue 556 | ||
* @issue https://github.com/phalcon/cphalcon/issues/556 | ||
* @author Sergii Svyrydenko <[email protected]> | ||
* @since 2017-07-03 | ||
*/ | ||
|
@@ -216,7 +216,7 @@ function ($sql, $expected) { | |
* Tests Mysql::dropAddForeignKey | ||
* | ||
* @test | ||
* @issue 556 | ||
* @issue https://github.com/phalcon/cphalcon/issues/556 | ||
* @author Sergii Svyrydenko <[email protected]> | ||
* @since 2017-07-03 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ class PostgresqlTest extends UnitTest | |
/** | ||
* Tests Postgresql::hasDefault for autoincrement fields | ||
* | ||
* @issue 853 | ||
* @issue https://github.com/phalcon/cphalcon/issues/853 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2016-09-28 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -413,7 +413,8 @@ function ($schema, $expected) { | |
* Tests Mysql::describeColumns | ||
* | ||
* @test | ||
* @issue 12536, 11359 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12536 | ||
* @issue https://github.com/phalcon/cphalcon/issues/11359 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2017-02-26 | ||
*/ | ||
|
@@ -573,7 +574,7 @@ function ($schema, $definition, $expected) { | |
* @test | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2018-01-20 | ||
* @issue 13012 | ||
* @issue https://github.com/phalcon/cphalcon/issues/13012 | ||
*/ | ||
public function shouldRenameColumn() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -394,7 +394,8 @@ function ($schema, $expected) { | |
/** | ||
* Tests Postgresql::describeColumns | ||
* | ||
* @issue 12536, 11359 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12536 | ||
* @issue https://github.com/phalcon/cphalcon/issues/11359 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2016-09-30 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -421,7 +421,8 @@ function ($schema, $expected) { | |
* Tests Sqlite::describeColumns | ||
* | ||
* @test | ||
* @issue 12536, 11359 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12536 | ||
* @issue https://github.com/phalcon/cphalcon/issues/11359 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2017-02-26 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ class DumpTest extends UnitTest | |
* Tests dump object properties. | ||
* | ||
* @test | ||
* @issue 13315 | ||
* @issue https://github.com/phalcon/cphalcon/issues/13315 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2014-10-23 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ class DebugTest extends UnitTest | |
/** | ||
* Tests the Debug::getVersion | ||
* | ||
* @issue 12215 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12215 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2016-09-25 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ public function _before() | |
* Tests attaching event listeners by event name after detaching all | ||
* | ||
* @test | ||
* @issue 1331 | ||
* @issue https://github.com/phalcon/cphalcon/issues/1331 | ||
* @author Kamil Skowron <[email protected]> | ||
* @since 2014-05-28 | ||
*/ | ||
|
@@ -256,7 +256,7 @@ function () { | |
* Tests detach handler by using a Closure | ||
* | ||
* @test | ||
* @issue 12882 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12882 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2017-06-06 | ||
*/ | ||
|
@@ -300,7 +300,7 @@ function ($enablePriorities) { | |
* Tests detach handler by using an Object | ||
* | ||
* @test | ||
* @issue 12882 | ||
* @issue https://github.com/phalcon/cphalcon/issues/12882 | ||
* @author Serghei Iakovlev <[email protected]> | ||
* @since 2017-06-06 | ||
*/ | ||
|
Oops, something went wrong.