[TikiWiki-commits] [Git][tikiwiki/tiki][master] [REF] move bruteforce tests to new location (lib/test/Core)
"SoftStart Code \(@softstartcode\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68cb33fa9294d_2c50ca15c77313@gitlab-sidekiq-low-urgency-cpu-bound-v2-757fcbb555-z7kkm.mail> |
SoftStart Code pushed to branch master at Tiki Wiki CMS Groupware / Tiki Commits: e1743e55 by Sandeep D at 2025-09-17T22:11:47+00:00 [REF] move bruteforce tests to new location (lib/test/Core) --- * [REF] move bruteforce tests to new location - Move all the tests from lib/test/core/BruteForce to lib/test/Core/BruteForce See merge request tikiwiki/tiki!8593 - - - - - 3 changed files: - lib/test/core/BruteForce/ChangePasswordTest.php → lib/test/Core/BruteForce/ChangePasswordTest.php - lib/test/core/BruteForce/LoginTest.php → lib/test/Core/BruteForce/LoginTest.php - lib/test/core/BruteForce/RegisterTest.php → lib/test/Core/BruteForce/RegisterTest.php Changes: ===================================== lib/test/core/BruteForce/ChangePasswordTest.php → lib/test/Core/BruteForce/ChangePasswordTest.php ===================================== @@ -4,7 +4,7 @@ // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. -namespace Tiki\Test\BruteForce; +namespace Tiki\Lib\Test\Core\BruteForce; use PHPUnit\Framework\TestCase; use Tiki\BruteForce\BruteForce; ===================================== lib/test/core/BruteForce/LoginTest.php → lib/test/Core/BruteForce/LoginTest.php ===================================== @@ -4,7 +4,7 @@ // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. -namespace Tiki\Test\BruteForce; +namespace Tiki\Lib\Test\Core\BruteForce; use PHPUnit\Framework\TestCase; use Tiki\BruteForce\BruteForce; ===================================== lib/test/core/BruteForce/RegisterTest.php → lib/test/Core/BruteForce/RegisterTest.php ===================================== @@ -4,7 +4,7 @@ // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. -namespace Tiki\Test\BruteForce; +namespace Tiki\Lib\Test\Core\BruteForce; use PHPUnit\Framework\TestCase; use Tiki\BruteForce\BruteForce; View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e1743e55c03a8f1315a21da97cd634621d0cc677 -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e1743e55c03a8f1315a21da97cd634621d0cc677 You're receiving this email because of your account on gitlab.com. _______________________________________________ TikiWiki-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs