Skip to content

Commit 6d1d567

Browse files
committed
Updated docs
1 parent 5fcf65f commit 6d1d567

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Codeception/Module/Phalcon4.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@
6161
*
6262
* ``` php
6363
* <?php
64-
* $config = include __DIR__ . "/config.php";
65-
* include __DIR__ . "/loader.php";
6664
* $di = new \Phalcon\DI\FactoryDefault();
67-
* include __DIR__ . "/services.php";
6865
* return new \Phalcon\Mvc\Application($di);
6966
* ?>
7067
* ```
@@ -73,7 +70,7 @@
7370
* actor: AcceptanceTester
7471
* modules:
7572
* enabled:
76-
* - Phalcon:
73+
* - Phalcon4:
7774
* part: services
7875
* bootstrap: 'app/config/bootstrap.php'
7976
* cleanup: true

0 commit comments

Comments
 (0)