aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/AccountTest.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-05-27 06:17:05 +0000
committerMario <mario@mariovavti.com>2024-05-27 06:17:05 +0000
commit84abf28ceca3632c22983f23326297c17b994224 (patch)
treefcc58ecd7ad3c9f9768c168d5a15f557545a52ad /tests/unit/includes/AccountTest.php
parenta10402a7883efd4886ad17c8133c10237f443181 (diff)
parentcad82d12d2aad1a54fa821061dd3dc1ffc732c5a (diff)
downloadvolse-hubzilla-84abf28ceca3632c22983f23326297c17b994224.tar.gz
volse-hubzilla-84abf28ceca3632c22983f23326297c17b994224.tar.bz2
volse-hubzilla-84abf28ceca3632c22983f23326297c17b994224.zip
Merge branch 'update-phpunit-10x' into 'dev'
Upgrade test framework to PHPUnit 10.5 See merge request hubzilla/core!2128
Diffstat (limited to 'tests/unit/includes/AccountTest.php')
-rw-r--r--tests/unit/includes/AccountTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/includes/AccountTest.php b/tests/unit/includes/AccountTest.php
index af5bcd3c1..3978f9d04 100644
--- a/tests/unit/includes/AccountTest.php
+++ b/tests/unit/includes/AccountTest.php
@@ -19,7 +19,7 @@ class AccountTest extends Zotlabs\Tests\Unit\UnitTestCase {
$this->assertEquals($expected, check_account_email($email));
}
- function check_account_email_provider() : array {
+ public static function check_account_email_provider() : array {
return [
// Empty and valid emails return the same result
['', ['error' => false, 'message' => '']],