We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcf65f commit 6d1d567Copy full SHA for 6d1d567
1 file changed
src/Codeception/Module/Phalcon4.php
@@ -61,10 +61,7 @@
61
*
62
* ``` php
63
* <?php
64
- * $config = include __DIR__ . "/config.php";
65
- * include __DIR__ . "/loader.php";
66
* $di = new \Phalcon\DI\FactoryDefault();
67
- * include __DIR__ . "/services.php";
68
* return new \Phalcon\Mvc\Application($di);
69
* ?>
70
* ```
@@ -73,7 +70,7 @@
73
* actor: AcceptanceTester
74
71
* modules:
75
72
* enabled:
76
- * - Phalcon:
+ * - Phalcon4:
77
* part: services
78
* bootstrap: 'app/config/bootstrap.php'
79
* cleanup: true
0 commit comments