File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ To set up and run the tests, follow these steps:
98
98
99
99
- Install [ Docker] ( https://www.docker.com/ ) and ensure you have ` docker compose `
100
100
- From the project root, run ` docker compose up -d ` to start containers in daemon mode
101
- - Enter the container via ` docker compose exec php bash ` and navigate to the root directory: ` cd /var/www`
101
+ - Enter the container via ` docker compose exec php bash ` (you are now in the root directory: ` /var/www ` )
102
102
- Install Composer dependencies via ` composer install `
103
103
- Run the tests: ` bin/phpunit -c tests/ `
104
104
@@ -107,8 +107,8 @@ To set up and run the tests, follow these steps:
107
107
To set up and run example, follow these steps:
108
108
109
109
- go to the root directory of extensions
110
- - download composer: ` wget https://getcomposer.org/composer.phar `
111
- - install dev libraries: ` php composer.phar install`
110
+ - [ download composer] ( https://getcomposer.org/download/ )
111
+ - install dev libraries: ` composer install `
112
112
- edit ` example/em.php ` and configure your database on top of the file
113
113
- run: ` php example/bin/console ` or ` php example/bin/console ` for console commands
114
114
- run: ` php example/bin/console orm:schema-tool:create ` to create the schema
You can’t perform that action at this time.
0 commit comments