File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ actor: AcceptanceTester
8
8
modules :
9
9
enabled :
10
10
- PhpBrowser :
11
- url : http ://modified.localhost /ModifiedModuleLoaderClient/
11
+ url : https ://mmlc.ddev.site /ModifiedModuleLoaderClient/
12
12
- \Helper\Acceptance
13
13
step_decorators : ~
Original file line number Diff line number Diff line change @@ -50,6 +50,23 @@ public function seeAllModules(AcceptanceTester $I)
50
50
$ I ->see ('Composer Autoload ' );
51
51
}
52
52
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
+
53
70
/**
54
71
* @after signInSuccessfully
55
72
*/
You can’t perform that action at this time.
0 commit comments