diff --git a/tests/integration/Assets/ManagerCest.php b/tests/integration/Assets/ManagerCest.php index 994f4868bd0..432ffae4d59 100644 --- a/tests/integration/Assets/ManagerCest.php +++ b/tests/integration/Assets/ManagerCest.php @@ -8,7 +8,7 @@ class ManagerCest { /** - * @issue 11409 + * @issue https://github.com/phalcon/cphalcon/issues/11409 * @param IntegrationTester $I */ public function addInlineJs(IntegrationTester $I) diff --git a/tests/integration/Forms/FormCest.php b/tests/integration/Forms/FormCest.php index e00b754e46c..95dc26c1ad9 100644 --- a/tests/integration/Forms/FormCest.php +++ b/tests/integration/Forms/FormCest.php @@ -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 * @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 * @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 * @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 * @since 2016-10-01 * @param IntegrationTester $I diff --git a/tests/integration/Mvc/Dispatcher/ForwardCest.php b/tests/integration/Mvc/Dispatcher/ForwardCest.php index 9218d62c8b8..a3a6b431dee 100644 --- a/tests/integration/Mvc/Dispatcher/ForwardCest.php +++ b/tests/integration/Mvc/Dispatcher/ForwardCest.php @@ -28,7 +28,7 @@ class ForwardCest { /** - * @issue 11819 + * @issue https://github.com/phalcon/cphalcon/issues/11819 * @param IntegrationTester $I */ public function handlingException(IntegrationTester $I) diff --git a/tests/integration/Mvc/Model/CriteriaCest.php b/tests/integration/Mvc/Model/CriteriaCest.php index d3822e2facb..d8b274b35f1 100644 --- a/tests/integration/Mvc/Model/CriteriaCest.php +++ b/tests/integration/Mvc/Model/CriteriaCest.php @@ -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) diff --git a/tests/integration/Mvc/ViewCest.php b/tests/integration/Mvc/ViewCest.php index 71524b108ac..341f1aea624 100644 --- a/tests/integration/Mvc/ViewCest.php +++ b/tests/integration/Mvc/ViewCest.php @@ -37,7 +37,7 @@ class ViewCest * Tests the View::getActiveRenderPath * * @test - * @issue 12139 + * @issue https://github.com/phalcon/cphalcon/issues/12139 * @author Serghei Iakovlev * @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 * @since 2013-10-03 */ diff --git a/tests/integration/ValidationCest.php b/tests/integration/ValidationCest.php index 0ac92d145f3..851a65d5f52 100644 --- a/tests/integration/ValidationCest.php +++ b/tests/integration/ValidationCest.php @@ -30,7 +30,7 @@ class ValidationCest /** * Tests the get * - * @issue 10405 + * @issue https://github.com/phalcon/cphalcon/issues/10405 * @author Serghei Iakovlev * @since 2016-06-27 * @param IntegrationTester $I diff --git a/tests/unit/Acl/Adapter/MemoryTest.php b/tests/unit/Acl/Adapter/MemoryTest.php index a754fc2f224..b522a5da208 100644 --- a/tests/unit/Acl/Adapter/MemoryTest.php +++ b/tests/unit/Acl/Adapter/MemoryTest.php @@ -420,7 +420,7 @@ function () { /** * Tests negation of inherited roles * - * @issue 65 + * @issue https://github.com/phalcon/cphalcon/issues/65 * * @author Nikolaos Dimopoulos * @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 * @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 * @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 * @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 * @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 * @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 * @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 * @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 * @since 2017-01-25 diff --git a/tests/unit/Assets/CollectionTest.php b/tests/unit/Assets/CollectionTest.php index 3c2e9546874..960bc721e74 100644 --- a/tests/unit/Assets/CollectionTest.php +++ b/tests/unit/Assets/CollectionTest.php @@ -81,7 +81,7 @@ function () { * Tests Collection::has * * @test - * @issue 10938 + * @issue https://github.com/phalcon/cphalcon/issues/10938 * @author Serghei Iakovlev * @since 2017-06-02 */ diff --git a/tests/unit/Assets/Filters/NoneTest.php b/tests/unit/Assets/Filters/NoneTest.php index d6d05148181..9c4b7f30086 100644 --- a/tests/unit/Assets/Filters/NoneTest.php +++ b/tests/unit/Assets/Filters/NoneTest.php @@ -50,7 +50,7 @@ function () { /** * Tests custom filters * - * @issue 1198 + * @issue https://github.com/phalcon/cphalcon/issues/1198 * @author Volodymyr Kolesnykov * @since 2013-09-15 */ diff --git a/tests/unit/Assets/ManagerTest.php b/tests/unit/Assets/ManagerTest.php index a1e1a6f613a..cb1f50ec685 100644 --- a/tests/unit/Assets/ManagerTest.php +++ b/tests/unit/Assets/ManagerTest.php @@ -457,7 +457,7 @@ function () { /** * Tests setting local target * - * @issue 1532 + * @issue https://github.com/phalcon/cphalcon/issues/1532 * @author Serghei Iakovlev * @author Dreamszhu * @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 * @since 2017-06-02 */ diff --git a/tests/unit/Cache/Backend/ApcCest.php b/tests/unit/Cache/Backend/ApcCest.php index ef272cdaddf..885a41ccb08 100644 --- a/tests/unit/Cache/Backend/ApcCest.php +++ b/tests/unit/Cache/Backend/ApcCest.php @@ -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) diff --git a/tests/unit/Cache/Backend/ApcuCest.php b/tests/unit/Cache/Backend/ApcuCest.php index 07efa80c8d5..023c9fe17a0 100644 --- a/tests/unit/Cache/Backend/ApcuCest.php +++ b/tests/unit/Cache/Backend/ApcuCest.php @@ -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) diff --git a/tests/unit/Cache/Backend/LibmemcachedCest.php b/tests/unit/Cache/Backend/LibmemcachedCest.php index d4b24c8e5b8..db35b8921da 100644 --- a/tests/unit/Cache/Backend/LibmemcachedCest.php +++ b/tests/unit/Cache/Backend/LibmemcachedCest.php @@ -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) { @@ -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) diff --git a/tests/unit/Cache/Backend/RedisCest.php b/tests/unit/Cache/Backend/RedisCest.php index 2e48b386b98..44c39077cf5 100644 --- a/tests/unit/Cache/Backend/RedisCest.php +++ b/tests/unit/Cache/Backend/RedisCest.php @@ -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) @@ -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) @@ -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) diff --git a/tests/unit/ConfigTest.php b/tests/unit/ConfigTest.php index 4a6f376b567..b6900773e9c 100644 --- a/tests/unit/ConfigTest.php +++ b/tests/unit/ConfigTest.php @@ -313,6 +313,7 @@ function () { /** * Tests issue 12779 * + * @issue https://github.com/phalcon/cphalcon/issues/12779 * @author Wojciech Ślawski * @since 2017-06-19 */ diff --git a/tests/unit/Db/Adapter/Pdo/MysqlTest.php b/tests/unit/Db/Adapter/Pdo/MysqlTest.php index b7f8d046905..b8eed493d7f 100644 --- a/tests/unit/Db/Adapter/Pdo/MysqlTest.php +++ b/tests/unit/Db/Adapter/Pdo/MysqlTest.php @@ -168,7 +168,7 @@ function ($identifier, $expected) { * Tests Mysql::addForeignKey * * @test - * @issue 556 + * @issue https://github.com/phalcon/cphalcon/issues/556 * @author Sergii Svyrydenko * @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 * @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 * @since 2017-07-03 */ diff --git a/tests/unit/Db/Column/PostgresqlTest.php b/tests/unit/Db/Column/PostgresqlTest.php index ea92246782e..959f3b6a3f0 100644 --- a/tests/unit/Db/Column/PostgresqlTest.php +++ b/tests/unit/Db/Column/PostgresqlTest.php @@ -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 * @since 2016-09-28 */ diff --git a/tests/unit/Db/Dialect/MysqlTest.php b/tests/unit/Db/Dialect/MysqlTest.php index e9917520407..d34596c79a9 100644 --- a/tests/unit/Db/Dialect/MysqlTest.php +++ b/tests/unit/Db/Dialect/MysqlTest.php @@ -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 * @since 2017-02-26 */ @@ -573,7 +574,7 @@ function ($schema, $definition, $expected) { * @test * @author Serghei Iakovlev * @since 2018-01-20 - * @issue 13012 + * @issue https://github.com/phalcon/cphalcon/issues/13012 */ public function shouldRenameColumn() { diff --git a/tests/unit/Db/Dialect/PostgresqlTest.php b/tests/unit/Db/Dialect/PostgresqlTest.php index 50b1e8c4c6e..fa3ed01db77 100644 --- a/tests/unit/Db/Dialect/PostgresqlTest.php +++ b/tests/unit/Db/Dialect/PostgresqlTest.php @@ -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 * @since 2016-09-30 */ diff --git a/tests/unit/Db/Dialect/SqliteTest.php b/tests/unit/Db/Dialect/SqliteTest.php index 11357039293..0a6111dc01f 100644 --- a/tests/unit/Db/Dialect/SqliteTest.php +++ b/tests/unit/Db/Dialect/SqliteTest.php @@ -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 * @since 2017-02-26 */ diff --git a/tests/unit/Debug/DumpTest.php b/tests/unit/Debug/DumpTest.php index 1261c22a1b4..47ba82c17fb 100644 --- a/tests/unit/Debug/DumpTest.php +++ b/tests/unit/Debug/DumpTest.php @@ -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 * @since 2014-10-23 */ diff --git a/tests/unit/DebugTest.php b/tests/unit/DebugTest.php index 8d1cbd5a60a..ce6167ae3c5 100644 --- a/tests/unit/DebugTest.php +++ b/tests/unit/DebugTest.php @@ -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 * @since 2016-09-25 */ diff --git a/tests/unit/Events/ManagerTest.php b/tests/unit/Events/ManagerTest.php index f6c91eedd04..6795933d0e4 100644 --- a/tests/unit/Events/ManagerTest.php +++ b/tests/unit/Events/ManagerTest.php @@ -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 * @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 * @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 * @since 2017-06-06 */ diff --git a/tests/unit/Filter/FilterCustomTest.php b/tests/unit/Filter/FilterCustomTest.php index 38494b9ed1d..14e97590032 100644 --- a/tests/unit/Filter/FilterCustomTest.php +++ b/tests/unit/Filter/FilterCustomTest.php @@ -128,7 +128,7 @@ function ($value) { * * @author Serghei Iakovlev * @since 2016-04-15 - * @issue 11581 + * @issue https://github.com/phalcon/cphalcon/issues/11581 */ public function testSanitizeCustomCallableFilterIp() { diff --git a/tests/unit/Flash/Direct/Helper/FlashBase.php b/tests/unit/Flash/Direct/Helper/FlashBase.php index 42339c411f0..478e188fcce 100644 --- a/tests/unit/Flash/Direct/Helper/FlashBase.php +++ b/tests/unit/Flash/Direct/Helper/FlashBase.php @@ -259,7 +259,7 @@ public function testFlashDirectWarningNoImplicitFlushNoHtml() * Tests auto escaping * * @author Serghei Iakovlev - * @issue 11448 + * @issue https://github.com/phalcon/cphalcon/issues/11448 * @since 2016-06-15 */ public function testFlashDirectWithAutoEscaping() diff --git a/tests/unit/Flash/SessionTest.php b/tests/unit/Flash/SessionTest.php index e0b972b12f9..2b4cad12467 100644 --- a/tests/unit/Flash/SessionTest.php +++ b/tests/unit/Flash/SessionTest.php @@ -57,7 +57,7 @@ protected function getFlash() * Tests auto escaping * * @author Serghei Iakovlev - * @issue 11448 + * @issue https://github.com/phalcon/cphalcon/issues/11448 * @since 2016-06-15 */ public function testShouldAutoEscapeHtml() @@ -142,7 +142,7 @@ function () { /** * Tests getMessages in case of non existent type request * - * @issue 11941 + * @issue https://github.com/phalcon/cphalcon/issues/11941 * @author Serghei Iakovlev * @since 2016-07-03 */ diff --git a/tests/unit/Forms/Element/TextTest.php b/tests/unit/Forms/Element/TextTest.php index 54bb82d2587..2f1af93d7bc 100644 --- a/tests/unit/Forms/Element/TextTest.php +++ b/tests/unit/Forms/Element/TextTest.php @@ -37,7 +37,7 @@ protected function _after() /** * Tests Text::render * - * @issue 10398 + * @issue https://github.com/phalcon/cphalcon/issues/10398 * @author Serghei Iakovlev * @since 2016-07-17 */ @@ -167,7 +167,7 @@ function () { expect($element->getAttribute('class'))->equals('big-input'); expect($element->getAttribute('placeholder', 'the name'))->equals('Type the name'); expect($element->getAttribute('lang', 'en'))->equals('en'); - + $element->setLabel(0); expect($element->label())->equals(''); } diff --git a/tests/unit/Forms/FormTest.php b/tests/unit/Forms/FormTest.php index 6b1df9497f3..a2cbff29b22 100644 --- a/tests/unit/Forms/FormTest.php +++ b/tests/unit/Forms/FormTest.php @@ -181,7 +181,7 @@ public function testFormHasMessagesFor() /** * Tests Form::render * - * @issue 10398 + * @issue https://github.com/phalcon/cphalcon/issues/10398 * @author Serghei Iakovlev * @since 2016-07-17 */ @@ -353,7 +353,7 @@ function () { } /** - * @issue 1190 + * @issue https://github.com/phalcon/cphalcon/issues/1190 */ public function testIssue1190() { @@ -375,7 +375,7 @@ function () { } /** - * @issue 706 + * @issue https://github.com/phalcon/cphalcon/issues/706 */ public function testIssue706() { @@ -404,7 +404,8 @@ function () { * Tests Element::hasMessages() Element::getMessages() * * @author Mohamad Rostami - * @issue 11135, 3167 + * @issue https://github.com/phalcon/cphalcon/issues/11135 + * @issue https://github.com/phalcon/cphalcon/issues/3167 */ public function testElementMessages() { @@ -452,7 +453,7 @@ public function testElementMessages() * Tests Form::setValidation() * * @author Mohamad Rostami - * @issue 12465 + * @issue https://github.com/phalcon/cphalcon/issues/12465 */ public function testCustomValidation() { @@ -493,7 +494,7 @@ public function testCustomValidation() * Tests Form::isValid() * * @author Mohamad Rostami - * @issue 11500 + * @issue https://github.com/phalcon/cphalcon/issues/11500 */ public function testMergeValidators() { @@ -543,8 +544,10 @@ public function testMergeValidators() /** * Tests Form::getMessages(true) + * * @author Mohamad Rostami - * @issue 13294 + * @issue https://github.com/phalcon/cphalcon/issues/13294 + * * This should be removed in next major version * We should not return multiple type of result in a single method! (form->getMessages(true) vs form->getMessages()) */ diff --git a/tests/unit/Http/CookieTest.php b/tests/unit/Http/CookieTest.php index 96fa156dc54..50301b21bdc 100644 --- a/tests/unit/Http/CookieTest.php +++ b/tests/unit/Http/CookieTest.php @@ -157,7 +157,7 @@ function () { * Tests Cookie::getValue with using encryption and default crypt algo. * * @test - * @issue 11259 + * @issue https://github.com/phalcon/cphalcon/issues/11259 * @author Serghei Iakovlev * @since 2017-10-04 */ diff --git a/tests/unit/Http/Request/AuthHeaderTest.php b/tests/unit/Http/Request/AuthHeaderTest.php index e72249bef9d..32e67b27bf2 100644 --- a/tests/unit/Http/Request/AuthHeaderTest.php +++ b/tests/unit/Http/Request/AuthHeaderTest.php @@ -54,7 +54,7 @@ public function _before() * Tests basic auth headers * * @test - * @issue 12480 + * @issue https://github.com/phalcon/cphalcon/issues/12480 * @author Serghei Iakovelv * @since 2016-12-18 */ @@ -94,7 +94,7 @@ function ($server, $function, $expected) { * Tests fire authorization events. * * @test - * @issue 13327 + * @issue https://github.com/phalcon/cphalcon/issues/13327 * @author Serghei Iakovelv * @since 2018-03-25 */ @@ -122,7 +122,7 @@ function () { * Tests custom authorization resolver. * * @test - * @issue 13327 + * @issue https://github.com/phalcon/cphalcon/issues/13327 * @author Serghei Iakovelv * @since 2018-03-25 */ @@ -148,7 +148,7 @@ function () { * Tests custom authorization header. * * @test - * @issue 13327 + * @issue https://github.com/phalcon/cphalcon/issues/13327 * @author Serghei Iakovelv * @since 2018-03-25 */ diff --git a/tests/unit/Http/Request/FileTest.php b/tests/unit/Http/Request/FileTest.php index f6a01d628b9..ed81c1aca23 100644 --- a/tests/unit/Http/Request/FileTest.php +++ b/tests/unit/Http/Request/FileTest.php @@ -27,7 +27,7 @@ class FileTest extends UnitTest /** * Tests getRealType * - * @issue 1442 + * @issue https://github.com/phalcon/cphalcon/issues/1442 * @author Serghei Iakovlev * @author Dreamszhu * @since 2013-10-26 diff --git a/tests/unit/Http/RequestTest.php b/tests/unit/Http/RequestTest.php index 3c529370e48..b831e65e992 100644 --- a/tests/unit/Http/RequestTest.php +++ b/tests/unit/Http/RequestTest.php @@ -93,7 +93,7 @@ function () { /** * Tests getHeader * - * @issue 2294 + * @issue https://github.com/phalcon/cphalcon/issues/2294 * @author Serghei Iakovlev * @since 2016-10-19 */ @@ -135,7 +135,7 @@ function () { } ); } - + /** * Tests isAjax default * @@ -782,7 +782,7 @@ public function testHttpRequestMethod() * Tests the ability to override the HTTP method * * @test - * @issue 12478 + * @issue https://github.com/phalcon/cphalcon/issues/12478 * @author Serghei Iakovelv * @since 2016-12-18 */ @@ -928,7 +928,7 @@ public function testHttpRequestClientAddress() } /** - * @issue 1265 + * @issue https://github.com/phalcon/cphalcon/issues/1265 */ public function testRequestGetValueByUsingSeveralMethods() { diff --git a/tests/unit/Http/Response/CookiesTest.php b/tests/unit/Http/Response/CookiesTest.php index ccb6bcd0b0c..16a5c4387b0 100644 --- a/tests/unit/Http/Response/CookiesTest.php +++ b/tests/unit/Http/Response/CookiesTest.php @@ -28,7 +28,7 @@ class CookiesTest extends HttpBase * Tests the internal cookies property. * * @test - * @issue 12978 + * @issue https://github.com/phalcon/cphalcon/issues/12978 * @author Serghei Iakovlev * @since 2017-09-02 */ diff --git a/tests/unit/Http/Response/HeadersTest.php b/tests/unit/Http/Response/HeadersTest.php index 678415fff87..e0c8639b04d 100644 --- a/tests/unit/Http/Response/HeadersTest.php +++ b/tests/unit/Http/Response/HeadersTest.php @@ -68,7 +68,7 @@ function () { * Tests the set of the response status headers * * @test - * @issue 12895 + * @issue https://github.com/phalcon/cphalcon/issues/12895 * @author Serghei Iakovlev * @since 2017-06-17 */ @@ -104,7 +104,7 @@ function ($code) { * Tests the get of the response status headers * * @test - * @issue 12895 + * @issue https://github.com/phalcon/cphalcon/issues/12895 * @author Serghei Iakovlev * @since 2017-06-17 */ diff --git a/tests/unit/Http/ResponseTest.php b/tests/unit/Http/ResponseTest.php index 5322ddefb5f..5987da6f9e3 100644 --- a/tests/unit/Http/ResponseTest.php +++ b/tests/unit/Http/ResponseTest.php @@ -110,7 +110,7 @@ function () { /** * Tests the Multiple Status Codes * - * @issue 1892 + * @issue https://github.com/phalcon/cphalcon/issues/1892 * @author Kamil Skowron * @since 2014-05-28 */ @@ -415,7 +415,7 @@ function () { /** * Tests redirect local with non standard code * - * @issue 11324 + * @issue https://github.com/phalcon/cphalcon/issues/11324 * @author Serghei Iakovlev * @since 2016-01-19 */ @@ -445,7 +445,7 @@ function () { /** * Tests redirect remotely 301 * - * @issue 1182 + * @issue https://github.com/phalcon/cphalcon/issues/1182 * @author Nikolaos Dimopoulos * @since 2014-10-08 */ @@ -588,7 +588,7 @@ function () { expect($headers['Content-Type'])->equals('text/html'); $response->removeHeader('Content-Type'); - + $headers = $response->getHeaders()->toArray(); $this->assertArrayNotHasKey('Content-Type', $headers); } diff --git a/tests/unit/Logger/Adapter/FileTest.php b/tests/unit/Logger/Adapter/FileTest.php index efc413270bd..58e38aaabfc 100644 --- a/tests/unit/Logger/Adapter/FileTest.php +++ b/tests/unit/Logger/Adapter/FileTest.php @@ -274,7 +274,7 @@ function () { /** * Tests multiple loggers * - * @issue 2798 + * @issue https://github.com/phalcon/cphalcon/issues/2798 * @author Serghei Iakovlev * @since 2016-01-28 */ @@ -706,7 +706,7 @@ public function testLoggerAdapterFileNewFormatLogsCorrectly() /** * Tests setting Json formatter * - * @issue 2262 + * @issue https://github.com/phalcon/cphalcon/issues/2262 * @author Serghei Iakovlev * @since 2016-01-28 */ diff --git a/tests/unit/Logger/Formatter/LineTest.php b/tests/unit/Logger/Formatter/LineTest.php index e6e5f52b424..ad4b2e312d4 100644 --- a/tests/unit/Logger/Formatter/LineTest.php +++ b/tests/unit/Logger/Formatter/LineTest.php @@ -71,7 +71,7 @@ function () { /** * Tests adding newline at end of message * - * @issue 10631 + * @issue https://github.com/phalcon/cphalcon/issues/10631 * @author Serghei Iakovlev * @since 2016-01-28 */ diff --git a/tests/unit/Mvc/Model/CriteriaTest.php b/tests/unit/Mvc/Model/CriteriaTest.php index b37605f8b47..483df824a2c 100644 --- a/tests/unit/Mvc/Model/CriteriaTest.php +++ b/tests/unit/Mvc/Model/CriteriaTest.php @@ -57,7 +57,7 @@ protected function _before() * Tests Criteria::inWhere with empty array. * * @test - * @issue 10676 + * @issue https://github.com/phalcon/cphalcon/issues/10676 * @author Serghei Iakovlev * @since 2016-08-11 */ @@ -78,7 +78,7 @@ function () { * Tests work with limit / offset * * @test - * @issue 12419 + * @issue https://github.com/phalcon/cphalcon/issues/12419 * @author Serghei Iakovelv * @since 2016-12-18 */ diff --git a/tests/unit/Mvc/Model/DynamicOperationsTest.php b/tests/unit/Mvc/Model/DynamicOperationsTest.php index 6a2c6303825..35ebd243e37 100644 --- a/tests/unit/Mvc/Model/DynamicOperationsTest.php +++ b/tests/unit/Mvc/Model/DynamicOperationsTest.php @@ -69,7 +69,7 @@ protected function _after() * * @test * @author Wojciech Ślawski - * @issue 12766 + * @issue https://github.com/phalcon/cphalcon/issues/12766 * @since 2017-04-04 */ public function shouldSaveSnapshotWhenHavingPublicPropertyWithNullValue() @@ -227,7 +227,7 @@ function () { * * @test * @author limingxinleo <715557344@qq.com> - * @issue 13170 + * @issue https://github.com/phalcon/cphalcon/issues/13170 * @since 2017-11-20 */ public function shouldWorkUsingDynamicUpdateForRawValue() diff --git a/tests/unit/Mvc/Model/Helpers/Validation.php b/tests/unit/Mvc/Model/Helpers/Validation.php index 0afa70d4b40..1aa634e10d7 100644 --- a/tests/unit/Mvc/Model/Helpers/Validation.php +++ b/tests/unit/Mvc/Model/Helpers/Validation.php @@ -71,7 +71,7 @@ protected function email(UnitTester $I) } /** - * @issue 1243 + * @issue https://github.com/phalcon/cphalcon/issues/1243 * @param UnitTester $I */ protected function emailWithDot(UnitTester $I) @@ -170,7 +170,7 @@ protected function uniqueness1(UnitTester $I) } /** - * @issue 1527 + * @issue https://github.com/phalcon/cphalcon/issues/1527 * @param UnitTester $I */ protected function uniqueness2(UnitTester $I) diff --git a/tests/unit/Mvc/Model/ManagerTest.php b/tests/unit/Mvc/Model/ManagerTest.php index f837bf893ea..5c8d701d6d3 100644 --- a/tests/unit/Mvc/Model/ManagerTest.php +++ b/tests/unit/Mvc/Model/ManagerTest.php @@ -54,7 +54,7 @@ protected function setUpModelsManager() /** * Tests empty prefix for model * - * @issue 10328 + * @issue https://github.com/phalcon/cphalcon/issues/10328 * @author Sid Roberts * @since 2017-04-15 */ @@ -74,7 +74,7 @@ function () { /** * Tests non-empty prefix for model * - * @issue 10328 + * @issue https://github.com/phalcon/cphalcon/issues/10328 * @author Sid Roberts * @since 2017-04-15 */ @@ -117,7 +117,7 @@ function () { * Tests Model::getRelated with the desired fields * * @test - * @issue 12972 + * @issue https://github.com/phalcon/cphalcon/issues/12972 * @author Serghei Iakovlev * @since 2017-10-02 */ diff --git a/tests/unit/Mvc/Model/MetaData/ResetCest.php b/tests/unit/Mvc/Model/MetaData/ResetCest.php index e37d144ec69..1e3e7fc6a67 100644 --- a/tests/unit/Mvc/Model/MetaData/ResetCest.php +++ b/tests/unit/Mvc/Model/MetaData/ResetCest.php @@ -21,7 +21,7 @@ public function _after(UnitTester $I) } /** - * @issue 1801 + * @issue https://github.com/phalcon/cphalcon/issues/1801 * @param UnitTester $I * @param Example $example * diff --git a/tests/unit/Mvc/Model/Query/BuilderTest.php b/tests/unit/Mvc/Model/Query/BuilderTest.php index cbe167c76cc..9f08454c04f 100644 --- a/tests/unit/Mvc/Model/Query/BuilderTest.php +++ b/tests/unit/Mvc/Model/Query/BuilderTest.php @@ -698,7 +698,7 @@ function () { * Tests work with limit / offset * * @test - * @issue 12419 + * @issue https://github.com/phalcon/cphalcon/issues/12419 * @author Serghei Iakovelv * @since 2016-12-18 */ diff --git a/tests/unit/Mvc/Model/SnapshotTest.php b/tests/unit/Mvc/Model/SnapshotTest.php index e2719cd073f..a699e3daa2a 100644 --- a/tests/unit/Mvc/Model/SnapshotTest.php +++ b/tests/unit/Mvc/Model/SnapshotTest.php @@ -38,7 +38,7 @@ class SnapshotTest extends UnitTest * * @test * @author Serghei Iakovlev - * @issue 13166 + * @issue https://github.com/phalcon/cphalcon/issues/13166 * @since 2017-11-20 */ public function shouldSaveSnapshotForIdentitylessModel() @@ -238,7 +238,7 @@ function () { * Test snapshots for changes from NULL to Zero * * @test - * @issue 12628 + * @issue https://github.com/phalcon/cphalcon/issues/12628 * @author Serghei Iakovlev * @since 2017-02-26 */ @@ -266,7 +266,9 @@ function () { /** * When model is created/updated snapshot should be set/updated * - * @issue 11007, 11818, 11424 + * @issue https://github.com/phalcon/cphalcon/issues/11007 + * @issue https://github.com/phalcon/cphalcon/issues/11818 + * @issue https://github.com/phalcon/cphalcon/issues/11424 * @author Wojciech Ślawski * @since 2017-03-03 */ @@ -304,7 +306,9 @@ function () { /** * When model is refreshed snapshot should be updated * - * @issue 11007, 11818, 11424 + * @issue https://github.com/phalcon/cphalcon/issues/11007 + * @issue https://github.com/phalcon/cphalcon/issues/11818 + * @issue https://github.com/phalcon/cphalcon/issues/11424 * @author Wojciech Ślawski * @since 2017-03-03 */ @@ -477,7 +481,7 @@ function () { /** * When model is refreshed snapshot should be updated * - * @issue 12669 + * @issue https://github.com/phalcon/cphalcon/issues/12669 * @author Wojciech Ślawski * @since 2017-03-15 */ @@ -510,7 +514,7 @@ function () { /** * When model is refreshed snapshot should be updated * - * @issue 13173 + * @issue https://github.com/phalcon/cphalcon/issues/13173 * @author Wojciech Ślawski * @since 2017-12-05 */ diff --git a/tests/unit/Mvc/ModelTest.php b/tests/unit/Mvc/ModelTest.php index 15ce61db930..bd793054f93 100644 --- a/tests/unit/Mvc/ModelTest.php +++ b/tests/unit/Mvc/ModelTest.php @@ -66,7 +66,7 @@ function () { /** * Tests find with empty conditions + bind and limit. * - * @issue 11919 + * @issue https://github.com/phalcon/cphalcon/issues/11919 * @author Serghei Iakovlev * @since 2016-07-29 */ @@ -101,7 +101,7 @@ function () { /** * Tests Model::hasMany by using multi relation column * - * @issue 12035 + * @issue https://github.com/phalcon/cphalcon/issues/12035 * @author Serghei Iakovlev * @since 2016-08-02 */ @@ -125,7 +125,7 @@ function () { /** * Tests reusing Model relation * - * @issue 11991 + * @issue https://github.com/phalcon/cphalcon/issues/11991 * @author Serghei Iakovlev * @since 2016-08-03 */ @@ -173,7 +173,7 @@ function () { * When having multiple virtual foreign keys, check of the first one should * affect the check of the next one. * - * @issue 12071 + * @issue https://github.com/phalcon/cphalcon/issues/12071 * @author Radek Crlik * @since 2016-08-03 */ @@ -201,7 +201,8 @@ function () { * * The snapshot should be saved while using cache * - * @issue 12170, 12000 + * @issue https://github.com/phalcon/cphalcon/issues/12170 + * @issue https://github.com/phalcon/cphalcon/issues/12000 * @author Wojciech Ślawski * @since 2016-08-26 */ @@ -582,7 +583,7 @@ function () { } /** - * @issue 12507 + * @issue https://github.com/phalcon/cphalcon/issues/12507 */ public function testFieldDefaultEmptyStringIsNull() { @@ -623,7 +624,7 @@ function () { /** * Tests setting code in message from validation messages * - * @issue 12645 + * @issue https://github.com/phalcon/cphalcon/issues/12645 * @author Wojciech Ślawski * @since 2017-03-03 */ @@ -653,7 +654,7 @@ function () { /** * Tests empty string value on not null * - * @issue 12688 + * @issue https://github.com/phalcon/cphalcon/issues/12688 * @author Wojciech Ślawski * @since 2017-03-09 */ @@ -677,7 +678,7 @@ function () { /** * Tests disabling assign setters * - * @issue 12645 + * @issue https://github.com/phalcon/cphalcon/issues/12645 * @author Wojciech Ślawski * @since 2017-03-23 */ diff --git a/tests/unit/Mvc/RouterTest.php b/tests/unit/Mvc/RouterTest.php index be511648976..e798e012849 100644 --- a/tests/unit/Mvc/RouterTest.php +++ b/tests/unit/Mvc/RouterTest.php @@ -265,7 +265,7 @@ function ($route, $path, $expected) { /** * @test - * @issue 13326 + * @issue https://github.com/phalcon/cphalcon/issues/13326 * @author Serghei Iakovlev * @since 2018-03-24 */ @@ -315,7 +315,7 @@ function ($expected, $handle, $hostname) use ($pathToRouterData) { /** * Tests setting host name by using regexp * - * @issue 2573 + * @issue https://github.com/phalcon/cphalcon/issues/2573 * @author Serghei Iakovlev * @since 2016-06-26 */ diff --git a/tests/unit/Mvc/UrlTest.php b/tests/unit/Mvc/UrlTest.php index 14af87d2488..97992e86e2e 100644 --- a/tests/unit/Mvc/UrlTest.php +++ b/tests/unit/Mvc/UrlTest.php @@ -105,7 +105,7 @@ function ($params, $expected) { * @test * @author Olivier Monaco * @since 2015-02-03 - * @issue 3315 + * @issue https://github.com/phalcon/cphalcon/issues/3315 */ public function shouldGetCorrectUrl() { @@ -128,7 +128,7 @@ function ($params, $expected) { * @test * @author Olivier Monaco * @since 2015-02-03 - * @issue 3315 + * @issue https://github.com/phalcon/cphalcon/issues/3315 */ public function shouldGetCorrectUrlWithGetParam() { diff --git a/tests/unit/Mvc/View/Engine/Volt/Compiler/Filters/DefaultTest.php b/tests/unit/Mvc/View/Engine/Volt/Compiler/Filters/DefaultTest.php index ee0f7b434da..f59b83ecdbd 100644 --- a/tests/unit/Mvc/View/Engine/Volt/Compiler/Filters/DefaultTest.php +++ b/tests/unit/Mvc/View/Engine/Volt/Compiler/Filters/DefaultTest.php @@ -35,7 +35,7 @@ function () { /** * @test - * @issue 13242 + * @issue https://github.com/phalcon/cphalcon/issues/13242 */ public function shouldCompileDefaulFilter() { diff --git a/tests/unit/Mvc/ViewTest.php b/tests/unit/Mvc/ViewTest.php index 96bed3e1698..0be2da0523d 100644 --- a/tests/unit/Mvc/ViewTest.php +++ b/tests/unit/Mvc/ViewTest.php @@ -231,7 +231,7 @@ function () { * * @author Serghei Iakovlev * @since 2017-09-24 - * @issue 13046 + * @issue https://github.com/phalcon/cphalcon/issues/13046 */ public function shouldRenderWithParams() { @@ -648,7 +648,7 @@ function () { /** * Tests params view scope * - * @issue 12648 + * @issue https://github.com/phalcon/cphalcon/issues/12648 * @author Wojciech Ślawski * @since 2017-03-17 */ diff --git a/tests/unit/Security/RandomTest.php b/tests/unit/Security/RandomTest.php index b55db06914f..803df68f7b7 100644 --- a/tests/unit/Security/RandomTest.php +++ b/tests/unit/Security/RandomTest.php @@ -149,7 +149,7 @@ function ($len) { /** * Tests the random base62 generation * - * @issue 12105 + * @issue https://github.com/phalcon/cphalcon/issues/12105 * @author Serghei Iakovlev * @since 2017-05-21 */ diff --git a/tests/unit/Session/Adapter/FilesTest.php b/tests/unit/Session/Adapter/FilesTest.php index 5e093cdb0d3..15fbb528ec2 100644 --- a/tests/unit/Session/Adapter/FilesTest.php +++ b/tests/unit/Session/Adapter/FilesTest.php @@ -101,7 +101,7 @@ function () { /** * Tests session start * - * @issue 10238 + * @issue https://github.com/phalcon/cphalcon/issues/10238 * @author Serghei Iakovlev * @author Dreamszhu * @since 2016-01-20 @@ -278,8 +278,8 @@ function () { * Tests the destroy with cleanning $_SESSION * * @test - * @issue 12326 - * @issue 12835 + * @issue https://github.com/phalcon/cphalcon/issues/12326 + * @issue https://github.com/phalcon/cphalcon/issues/12835 * @author Serghei Iakovelev * @since 2017-05-08 */ diff --git a/tests/unit/Session/Adapter/LibmemcachedTest.php b/tests/unit/Session/Adapter/LibmemcachedTest.php index 91bfa53f2fb..7e299545310 100644 --- a/tests/unit/Session/Adapter/LibmemcachedTest.php +++ b/tests/unit/Session/Adapter/LibmemcachedTest.php @@ -133,8 +133,8 @@ function () { * Tests the destroy with cleanning $_SESSION * * @test - * @issue 12326 - * @issue 12835 + * @issue https://github.com/phalcon/cphalcon/issues/12326 + * @issue https://github.com/phalcon/cphalcon/issues/12835 * @author Serghei Iakovelev * @since 2017-05-08 */ diff --git a/tests/unit/Session/Adapter/RedisTest.php b/tests/unit/Session/Adapter/RedisTest.php index 28fa676e337..5e7038890f8 100644 --- a/tests/unit/Session/Adapter/RedisTest.php +++ b/tests/unit/Session/Adapter/RedisTest.php @@ -129,8 +129,8 @@ function () { * Tests the destroy with cleanning $_SESSION * * @test - * @issue 12326 - * @issue 12835 + * @issue https://github.com/phalcon/cphalcon/issues/12326 + * @issue https://github.com/phalcon/cphalcon/issues/12835 * @author Serghei Iakovelev * @since 2017-05-08 */ diff --git a/tests/unit/Session/BagTest.php b/tests/unit/Session/BagTest.php index d0a208e07b0..fa05e6777ea 100644 --- a/tests/unit/Session/BagTest.php +++ b/tests/unit/Session/BagTest.php @@ -103,7 +103,7 @@ function () { * Delete a value in a bag (not initialized internally) * * @test - * @issue 12647 + * @issue https://github.com/phalcon/cphalcon/issues/12647 * @author Fabio Mora * @since 2017-02-21 */ diff --git a/tests/unit/Tag/TagCheckFieldTest.php b/tests/unit/Tag/TagCheckFieldTest.php index 277eccca6eb..7732ef82d55 100644 --- a/tests/unit/Tag/TagCheckFieldTest.php +++ b/tests/unit/Tag/TagCheckFieldTest.php @@ -405,7 +405,7 @@ function () { * Tests checkField with setDefault and with a value of zero * * @test - * @issue 12316 + * @issue https://github.com/phalcon/cphalcon/issues/12316 * @author Serghei Iakovlev * @since 2016-12-19 */ diff --git a/tests/unit/Tag/TagLinkToTest.php b/tests/unit/Tag/TagLinkToTest.php index 6cd586fca50..88a07f36ac7 100644 --- a/tests/unit/Tag/TagLinkToTest.php +++ b/tests/unit/Tag/TagLinkToTest.php @@ -50,7 +50,7 @@ function () { /** * Tests linkTo with string as URL and name * - * @issue 2002 + * @issue https://github.com/phalcon/cphalcon/issues/2002 * @author Serghei Iakovlev * @author Dreamszhu * @since 2014-03-10 @@ -147,7 +147,7 @@ function () { /** * Tests linkTo with complex local URL * - * @issue 1679 + * @issue https://github.com/phalcon/cphalcon/issues/1679 * * @author Nikolaos Dimopoulos * @author Dreamszhu @@ -203,7 +203,7 @@ function () { /** * Tests linkTo with complex remote URL * - * @issue 1679 + * @issue https://github.com/phalcon/cphalcon/issues/1679 * * @author Nikolaos Dimopoulos * @author Dreamszhu diff --git a/tests/unit/Tag/TagResetInputTest.php b/tests/unit/Tag/TagResetInputTest.php index 4be22009a9f..a81b182df89 100644 --- a/tests/unit/Tag/TagResetInputTest.php +++ b/tests/unit/Tag/TagResetInputTest.php @@ -29,8 +29,8 @@ class TagResetInputTest extends UnitTest * * Note: The Tag::resetInput should not clear $_POST data. * - * @issue 11319 - * @issue 12099 + * @issue https://github.com/phalcon/cphalcon/issues/11319 + * @issue https://github.com/phalcon/cphalcon/issues/12099 * @author Serghei Iakovlev * @since 2016-01-20 */ @@ -49,7 +49,7 @@ function () { /** * Tests resetInput with setDefault * - * @issue 53 + * @issue https://github.com/phalcon/cphalcon/issues/53 * @author Nikolaos Dimopoulos * @since 2014-09-05 */ diff --git a/tests/unit/Tag/TagSelectStaticTest.php b/tests/unit/Tag/TagSelectStaticTest.php index 587965895b1..2bdc1d2db17 100644 --- a/tests/unit/Tag/TagSelectStaticTest.php +++ b/tests/unit/Tag/TagSelectStaticTest.php @@ -90,7 +90,7 @@ function () { /** * Tests selectStatic with array as a parameters and id in it * - * @issue 54 + * @issue https://github.com/phalcon/cphalcon/issues/54 * @author Nikolaos Dimopoulos * @since 2014-09-05 */ @@ -125,7 +125,7 @@ function () { /** * Tests selectStatic with name and no id in parameter * - * @issue 54 + * @issue https://github.com/phalcon/cphalcon/issues/54 * @author Nikolaos Dimopoulos * @since 2014-09-05 */ @@ -370,7 +370,7 @@ function () { /** * Tests selectStatic with array as a parameters and id in it * - * @issue 54 + * @issue https://github.com/phalcon/cphalcon/issues/54 * @author Nikolaos Dimopoulos * @since 2014-09-05 */ @@ -411,7 +411,7 @@ function () { /** * Tests selectStatic with name and no id in parameter * - * @issue 54 + * @issue https://github.com/phalcon/cphalcon/issues/54 * @author Nikolaos Dimopoulos * @since 2014-09-05 */ diff --git a/tests/unit/Tag/TagSetDefaultTest.php b/tests/unit/Tag/TagSetDefaultTest.php index e2cebfb5d94..41c17247913 100644 --- a/tests/unit/Tag/TagSetDefaultTest.php +++ b/tests/unit/Tag/TagSetDefaultTest.php @@ -27,7 +27,7 @@ class TagSetDefaultTest extends UnitTest /** * Tests setDefault * - * @issue 2402 + * @issue https://github.com/phalcon/cphalcon/issues/2402 * @author Dmitry Patsura * @since 2014-05-10 */ diff --git a/tests/unit/Tag/TagStylesheetlinkTest.php b/tests/unit/Tag/TagStylesheetlinkTest.php index 8fa67780468..1013ddcd532 100644 --- a/tests/unit/Tag/TagStylesheetlinkTest.php +++ b/tests/unit/Tag/TagStylesheetlinkTest.php @@ -27,7 +27,7 @@ class TagStylesheetlinkTest extends UnitTest /** * Tests stylesheetLink with string parameter for a local link * - * @issue 1486 + * @issue https://github.com/phalcon/cphalcon/issues/1486 * @author Nikolaos Dimopoulos * @author Dreamszhu * @since 2014-09-12 @@ -70,7 +70,7 @@ function () { /** * Tests stylesheetLink with array parameter for a local link * - * @issue 1486 + * @issue https://github.com/phalcon/cphalcon/issues/1486 * @author Nikolaos Dimopoulos * @author Dreamszhu * @since 2014-09-12 @@ -195,7 +195,7 @@ function () { /** * Tests stylesheetLink overriding the rel link local * - * @issue 2142 + * @issue https://github.com/phalcon/cphalcon/issues/2142 * @author Nikolaos Dimopoulos * @author Dreamszhu * @since 2014-09-12 diff --git a/tests/unit/Tag/TagTitleTest.php b/tests/unit/Tag/TagTitleTest.php index 0a383f3fd6e..75ee45cfed9 100644 --- a/tests/unit/Tag/TagTitleTest.php +++ b/tests/unit/Tag/TagTitleTest.php @@ -27,7 +27,7 @@ class TagTitleTest extends UnitTest /** * Tests malicious content in the title * - * @issue 11185 + * @issue https://github.com/phalcon/cphalcon/issues/11185 * @author Serghei Iakovlev * @since 2016-01-13 */ diff --git a/tests/unit/Text/TextDynamicTest.php b/tests/unit/Text/TextDynamicTest.php index 55a82b578f2..a6bee0db4c0 100644 --- a/tests/unit/Text/TextDynamicTest.php +++ b/tests/unit/Text/TextDynamicTest.php @@ -62,7 +62,7 @@ public function testTextDynamicStringCustomDelimiter() /** * Tests custom separator * - * @issue 11215 + * @issue https://github.com/phalcon/cphalcon/issues/11215 * @author Serghei Iakovlev * @since 2016-06-27 */ diff --git a/tests/unit/Validation/Message/GroupTest.php b/tests/unit/Validation/Message/GroupTest.php index 9ded3e5cae6..6444b40e22b 100644 --- a/tests/unit/Validation/Message/GroupTest.php +++ b/tests/unit/Validation/Message/GroupTest.php @@ -72,7 +72,7 @@ function () { * Tests unsetting a message by index * * @test - * @issue 12455 + * @issue https://github.com/phalcon/cphalcon/issues/12455 * @author Serghei Iakovlev * @since 2017-02-12 */ diff --git a/tests/unit5x/Cache/Backend/MemcacheCest.php b/tests/unit5x/Cache/Backend/MemcacheCest.php index 2a24189d622..f1e5ce10619 100644 --- a/tests/unit5x/Cache/Backend/MemcacheCest.php +++ b/tests/unit5x/Cache/Backend/MemcacheCest.php @@ -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) { @@ -164,7 +164,7 @@ public function delete(UnitTester $I) } /** - * @issue 12182 + * @issue https://github.com/phalcon/cphalcon/issues/12182 * @param UnitTester $I */ public function flush(UnitTester $I) diff --git a/tests/unit5x/Mvc/CollectionTest.php b/tests/unit5x/Mvc/CollectionTest.php index a17c8ec6b6a..ce45e45bbe7 100644 --- a/tests/unit5x/Mvc/CollectionTest.php +++ b/tests/unit5x/Mvc/CollectionTest.php @@ -308,7 +308,7 @@ function () { * * @author Serghei Iakovlev * @since 2016-07-24 - * @issue 12010 + * @issue https://github.com/phalcon/cphalcon/issues/12010 */ public function testShouldUseCorrectMongoId() { diff --git a/tests/unit5x/Session/Adapter/MemcacheTest.php b/tests/unit5x/Session/Adapter/MemcacheTest.php index d9d63b82b14..5ea28b6d4b9 100644 --- a/tests/unit5x/Session/Adapter/MemcacheTest.php +++ b/tests/unit5x/Session/Adapter/MemcacheTest.php @@ -129,8 +129,8 @@ function () { * Tests the destroy with cleanning $_SESSION * * @test - * @issue 12326 - * @issue 12835 + * @issue https://github.com/phalcon/cphalcon/issues/12326 + * @issue https://github.com/phalcon/cphalcon/issues/12835 * @author Serghei Iakovelev * @since 2017-05-08 */