Skip to content

Commit eee3ebd

Browse files
authored
[6.1] Upmerges - 2026-02-11 (joomla#46872)
2 parents 1032eba + 6510fac commit eee3ebd

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

tests/Unit/Libraries/Cms/Form/Rule/BooleanRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test class for BooleanRule.
1818
*
19-
* @since __DEPLOY_VERSION__
19+
* @since 6.0.3
2020
*/
2121
class BooleanRuleTest extends UnitTestCase
2222
{
@@ -25,7 +25,7 @@ class BooleanRuleTest extends UnitTestCase
2525
*
2626
* @return array
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 6.0.3
2929
*/
3030
public function dataTest(): array
3131
{
@@ -60,7 +60,7 @@ public function dataTest(): array
6060
*
6161
* @return void
6262
*
63-
* @since __DEPLOY_VERSION__
63+
* @since 6.0.3
6464
* @dataProvider dataTest
6565
*/
6666
public function testRule(bool $expected, \SimpleXMLElement $element, string $value): void

tests/Unit/Libraries/Cms/Form/Rule/CalendarRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test class for CalendarRule.
1818
*
19-
* @since __DEPLOY_VERSION__
19+
* @since 6.0.3
2020
*/
2121
class CalendarRuleTest extends UnitTestCase
2222
{
@@ -25,7 +25,7 @@ class CalendarRuleTest extends UnitTestCase
2525
*
2626
* @return array
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 6.0.3
2929
*/
3030
public function dataTest(): array
3131
{
@@ -59,7 +59,7 @@ public function dataTest(): array
5959
*
6060
* @return void
6161
*
62-
* @since __DEPLOY_VERSION__
62+
* @since 6.0.3
6363
* @dataProvider dataTest
6464
*/
6565
public function testRule(bool $expected, \SimpleXMLElement $element, string $value): void

tests/Unit/Libraries/Cms/Form/Rule/ColorRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test class for ColorRule.
1818
*
19-
* @since __DEPLOY_VERSION__
19+
* @since 6.0.3
2020
*/
2121
class ColorRuleTest extends UnitTestCase
2222
{
@@ -25,7 +25,7 @@ class ColorRuleTest extends UnitTestCase
2525
*
2626
* @return array
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 6.0.3
2929
*/
3030
public function dataTest(): array
3131
{
@@ -62,7 +62,7 @@ public function dataTest(): array
6262
*
6363
* @return void
6464
*
65-
* @since __DEPLOY_VERSION__
65+
* @since 6.0.3
6666
* @dataProvider dataTest
6767
*/
6868
public function testRule(bool $expected, \SimpleXMLElement $element, string $value): void

tests/Unit/Libraries/Cms/Form/Rule/CssIdentifierRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test class for CssIdentifierRule.
1818
*
19-
* @since __DEPLOY_VERSION__
19+
* @since 6.0.3
2020
*/
2121
class CssIdentifierRuleTest extends UnitTestCase
2222
{
@@ -25,7 +25,7 @@ class CssIdentifierRuleTest extends UnitTestCase
2525
*
2626
* @return array
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 6.0.3
2929
*/
3030
public function dataTest(): array
3131
{
@@ -63,7 +63,7 @@ public function dataTest(): array
6363
*
6464
* @return void
6565
*
66-
* @since __DEPLOY_VERSION__
66+
* @since 6.0.3
6767
* @dataProvider dataTest
6868
*/
6969
public function testRule(bool $expected, \SimpleXMLElement $element, string $value): void

tests/Unit/Libraries/Cms/Form/Rule/EmailRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Test class for EmailRule.
1919
*
20-
* @since __DEPLOY_VERSION__
20+
* @since 6.0.3
2121
*/
2222
class EmailRuleTest extends UnitTestCase
2323
{
@@ -26,7 +26,7 @@ class EmailRuleTest extends UnitTestCase
2626
*
2727
* @return array
2828
*
29-
* @since __DEPLOY_VERSION__
29+
* @since 6.0.3
3030
*/
3131
public function dataTest(): array
3232
{
@@ -66,7 +66,7 @@ public function dataTest(): array
6666
*
6767
* @return void
6868
*
69-
* @since __DEPLOY_VERSION__
69+
* @since 6.0.3
7070
* @dataProvider dataTest
7171
*/
7272
public function testRule(bool $expected, \SimpleXMLElement $element, string $value): void

tests/Unit/Libraries/Cms/Form/Rule/EqualsRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Test class for EqualsRule.
2020
*
21-
* @since __DEPLOY_VERSION__
21+
* @since 6.0.3
2222
*/
2323
class EqualsRuleTest extends UnitTestCase
2424
{
@@ -27,7 +27,7 @@ class EqualsRuleTest extends UnitTestCase
2727
*
2828
* @return array
2929
*
30-
* @since __DEPLOY_VERSION__
30+
* @since 6.0.3
3131
*/
3232
public function dataTest(): array
3333
{
@@ -84,7 +84,7 @@ public function dataTest(): array
8484
*
8585
* @return void
8686
*
87-
* @since __DEPLOY_VERSION__
87+
* @since 6.0.3
8888
* @dataProvider dataTest
8989
*/
9090
public function testRule(bool|string $expected, \SimpleXMLElement $element, string|int $value, ?string $group, ?Registry $input, ?Form $form): void

tests/Unit/Libraries/Cms/Form/Rule/ModuleLayoutRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test class for ModuleLayoutRule.
1818
*
19-
* @since __DEPLOY_VERSION__
19+
* @since 6.0.3
2020
*/
2121
class ModuleLayoutRuleTest extends UnitTestCase
2222
{
@@ -25,7 +25,7 @@ class ModuleLayoutRuleTest extends UnitTestCase
2525
*
2626
* @return array
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 6.0.3
2929
*/
3030
public function dataTest(): array
3131
{
@@ -87,7 +87,7 @@ public function dataTest(): array
8787
*
8888
* @return void
8989
*
90-
* @since __DEPLOY_VERSION__
90+
* @since 6.0.3
9191
* @dataProvider dataTest
9292
*/
9393
public function testRule(bool $expected, \SimpleXMLElement $element, string $value): void

tests/Unit/Libraries/Cms/Form/Rule/NotequalsRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Test class for NotequalsRule.
2020
*
21-
* @since __DEPLOY_VERSION__
21+
* @since 6.0.3
2222
*/
2323
class NotequalsRuleTest extends UnitTestCase
2424
{
@@ -27,7 +27,7 @@ class NotequalsRuleTest extends UnitTestCase
2727
*
2828
* @return array
2929
*
30-
* @since __DEPLOY_VERSION__
30+
* @since 6.0.3
3131
*/
3232
public function dataTest(): array
3333
{
@@ -81,7 +81,7 @@ public function dataTest(): array
8181
*
8282
* @return void
8383
*
84-
* @since __DEPLOY_VERSION__
84+
* @since 6.0.3
8585
* @dataProvider dataTest
8686
*/
8787
public function testRule(bool|string $expected, \SimpleXMLElement $element, string|int $value, ?string $group, ?Registry $input, ?Form $form): void

tests/Unit/Libraries/Cms/Form/Rule/NumberRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test class for NumberRule.
1818
*
19-
* @since __DEPLOY_VERSION__
19+
* @since 6.0.3
2020
*/
2121
class NumberRuleTest extends UnitTestCase
2222
{
@@ -25,7 +25,7 @@ class NumberRuleTest extends UnitTestCase
2525
*
2626
* @return array
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 6.0.3
2929
*/
3030
public function dataTest(): array
3131
{
@@ -71,7 +71,7 @@ public function dataTest(): array
7171
*
7272
* @return void
7373
*
74-
* @since __DEPLOY_VERSION__
74+
* @since 6.0.3
7575
* @dataProvider dataTest
7676
*/
7777
public function testRule(bool $expected, \SimpleXMLElement $element, string $value): void

tests/Unit/Libraries/Cms/Form/Rule/OptionsRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Test class for OptionsRule.
1818
*
19-
* @since __DEPLOY_VERSION__
19+
* @since 6.0.3
2020
*/
2121
class OptionsRuleTest extends UnitTestCase
2222
{
@@ -25,7 +25,7 @@ class OptionsRuleTest extends UnitTestCase
2525
*
2626
* @return array
2727
*
28-
* @since __DEPLOY_VERSION__
28+
* @since 6.0.3
2929
*/
3030
public function dataTest(): array
3131
{
@@ -75,7 +75,7 @@ public function dataTest(): array
7575
*
7676
* @return void
7777
*
78-
* @since __DEPLOY_VERSION__
78+
* @since 6.0.3
7979
* @dataProvider dataTest
8080
*/
8181
public function testRule(bool $expected, \SimpleXMLElement $element, null|string|array $value): void

0 commit comments

Comments
 (0)