File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ actor: AcceptanceTester
88modules :
99 enabled :
1010 - PhpBrowser :
11- url : http ://modified.localhost /ModifiedModuleLoaderClient/
11+ url : https ://mmlc.ddev.site /ModifiedModuleLoaderClient/
1212 - \Helper\Acceptance
1313step_decorators : ~
Original file line number Diff line number Diff line change @@ -50,6 +50,23 @@ public function seeAllModules(AcceptanceTester $I)
5050 $ I ->see ('Composer Autoload ' );
5151 }
5252
53+ /**
54+ * @after signInSuccessfully
55+ */
56+ public function seeModuleDetails (AcceptanceTester $ I )
57+ {
58+ $ this ->_login ($ I );
59+
60+ $ I ->amOnPage ('/?action=moduleInfo&archiveName=grandeljay/ups&version=0.2.4 ' );
61+ $ I ->see ('grandeljay/ups ' );
62+
63+ $ I ->see ('Version 0.2.4 ' );
64+ $ I ->see ('Kompatibel mit Modified 2.0.7.2 ' );
65+ $ I ->see ('Kompatibel mit PHP ^8.0.0 ' );
66+ $ I ->see ('Kompatibel mit MMLC ^1.21.0 ' );
67+ $ I ->see ('Benötigt composer/autoload: ^1.3.0 ' );
68+ }
69+
5370 /**
5471 * @after signInSuccessfully
5572 */
You can’t perform that action at this time.
0 commit comments