Skip to content

Commit

Permalink
Normalize issue links for tests [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed May 28, 2018
1 parent f7af03f commit 89b6560
Show file tree
Hide file tree
Showing 66 changed files with 154 additions and 142 deletions.
2 changes: 1 addition & 1 deletion tests/integration/Assets/ManagerCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class ManagerCest
{
/**
* @issue 11409
* @issue https://github.com/phalcon/cphalcon/issues/11409
* @param IntegrationTester $I
*/
public function addInlineJs(IntegrationTester $I)
Expand Down
10 changes: 5 additions & 5 deletions tests/integration/Forms/FormCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Mvc/Dispatcher/ForwardCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class ForwardCest
{
/**
* @issue 11819
* @issue https://github.com/phalcon/cphalcon/issues/11819
* @param IntegrationTester $I
*/
public function handlingException(IntegrationTester $I)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Mvc/Model/CriteriaCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public function orderBy(IntegrationTester $I, Example $example)
* @param IntegrationTester $I
* @param Example $example
*
* @issue 2131
* @issue https://github.com/phalcon/cphalcon/issues/2131
* @dataprovider adapterProvider
*/
public function freshCache(IntegrationTester $I, Example $example)
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/Mvc/ViewCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/ValidationCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions tests/unit/Acl/Adapter/MemoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Assets/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Assets/Filters/NoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/Assets/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Cache/Backend/ApcCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function flush(UnitTester $I)
}

/**
* @issue 12153
* @issue https://github.com/phalcon/cphalcon/issues/12153
* @param UnitTester $I
*/
public function flushByPrefix(UnitTester $I)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Cache/Backend/ApcuCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function flush(UnitTester $I)
}

/**
* @issue 12153
* @issue https://github.com/phalcon/cphalcon/issues/12153
* @param UnitTester $I
*/
public function flushByPrefix(UnitTester $I)
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/Cache/Backend/LibmemcachedCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function get(UnitTester $I)

/**
* @param UnitTester $I
* @issue 13092
* @issue https://github.com/phalcon/cphalcon/issues/13092
*/
public function shouldGetTheSameValueRegardlessOfTheNumberOfRequests(UnitTester $I)
{
Expand Down Expand Up @@ -221,7 +221,7 @@ public function queryKeys(UnitTester $I)
}

/**
* @issue 11024
* @issue https://github.com/phalcon/cphalcon/issues/11024
* @param UnitTester $I
*/
public function prefixedQueryKeys(UnitTester $I)
Expand Down
6 changes: 3 additions & 3 deletions tests/unit/Cache/Backend/RedisCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function exists(UnitTester $I)
}

/**
* @issue 12434
* @issue https://github.com/phalcon/cphalcon/issues/12434
* @param UnitTester $I
*/
public function existsEmpty(UnitTester $I)
Expand Down Expand Up @@ -155,7 +155,7 @@ public function get(UnitTester $I)
}

/**
* @issue 12437
* @issue https://github.com/phalcon/cphalcon/issues/12437
* @param UnitTester $I
*/
public function getEmpty(UnitTester $I)
Expand Down Expand Up @@ -200,7 +200,7 @@ public function save(UnitTester $I)
}

/**
* @issue 12327
* @issue https://github.com/phalcon/cphalcon/issues/12327
* @param UnitTester $I
*/
public function saveNonExpiring(UnitTester $I)
Expand Down
1 change: 1 addition & 0 deletions tests/unit/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
6 changes: 3 additions & 3 deletions tests/unit/Db/Adapter/Pdo/MysqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand All @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Db/Column/PostgresqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
5 changes: 3 additions & 2 deletions tests/unit/Db/Dialect/MysqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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()
{
Expand Down
3 changes: 2 additions & 1 deletion tests/unit/Db/Dialect/PostgresqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/unit/Db/Dialect/SqliteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Debug/DumpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/DebugTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
6 changes: 3 additions & 3 deletions tests/unit/Events/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down
Loading

0 comments on commit 89b6560

Please sign in to comment.