(REF) Split `AllFlowsTest` into smaller, thematic tests
authorTim Otten <totten@civicrm.org>
Thu, 16 Nov 2023 00:04:24 +0000 (16:04 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 16 Nov 2023 00:20:21 +0000 (16:20 -0800)
commit28dbad207f4917393783201453f9a1e07ab6af37
tree6acd78ea93c836c4975feae4977c0990a3a14caa
parent95afc5a5305c90a582d73793044765b4b4c182c9
(REF) Split `AllFlowsTest` into smaller, thematic tests
ext/authx/tests/phpunit/Civi/Authx/AbstractFlowsTest.php
ext/authx/tests/phpunit/Civi/Authx/AllFlowsTest.php [deleted file]
ext/authx/tests/phpunit/Civi/Authx/CustomFlowsTest.php [new file with mode: 0644]
ext/authx/tests/phpunit/Civi/Authx/JwtCredsTest.php [new file with mode: 0644]
ext/authx/tests/phpunit/Civi/Authx/MixedFlowsTest.php [new file with mode: 0644]
ext/authx/tests/phpunit/Civi/Authx/StatefulFlowsTest.php [new file with mode: 0644]
ext/authx/tests/phpunit/Civi/Authx/StatelessFlowsTest.php [new file with mode: 0644]