Skip to content

Mon-Tea/basesulu

 
 

Repository files navigation

Sulu base ddev project

Please clone it and run

$ ddev start

Import db dump when ddev is up

$ ddev import-db --src=basesulu.sql

Do composer install with ddev

$ ddev composer install

Run composer commands in the web container for db environment to add new packages

$ ddev ssh --service web   

Testing with Codeception with a local Selenium server Run all tests

$ vendor/bin/codecept run --steps -vvv   

Run acceptance tests

$ vendor/bin/codecept run acceptance --steps -vvv   

Run integration tests

$ vendor/bin/codecept run integration --steps -vvv   

Run single test

$ vendor/bin/codecept run acceptance form/contactCest:emailIsRequired --steps -vvv 

Db pitfail - DDEV has a dynamic db port check "docker ps" and set the port on .env file

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 75.8%
  • HTML 18.9%
  • JavaScript 5.3%