Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lende committed May 22, 2023
1 parent 19d2f57 commit fe62240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/env/lib/test/build-docker-compose-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe( 'buildDockerComposeConfig', () => {
'wordpress:/var/www/html', // WordPress root.
'/path/WordPress-PHPUnit/tests/phpunit:/wordpress-phpunit', // WordPress test library,
'user-home:/home/test',
'user-uploads:/var/www/html/wp-content/uploads',
'/path/to/wp-plugins:/var/www/html/wp-content/plugins', // Mapped plugins root.
'/path/to/local/plugin:/var/www/html/wp-content/plugins/test-name', // Mapped plugin.
] );
Expand Down

0 comments on commit fe62240

Please sign in to comment.