How Do I Start a Drupal 8 Site Build
This is part of a series My First D8 Site as A Professional Drupal Developer - Questions With Answers. Be sure to check out my other questions and answers I had.
This is part of a series My First D8 Site as A Professional Drupal Developer - Questions With Answers. Be sure to check out my other questions and answers I had.
My first Drupal 8 site was/is, like most of yall will find out, crucial to learning how to "Drupal". In this post, I'm going to replay some of the questions I had as I started looking at the requirements of a new site and the answers I found to those questions.
At Promet, I'm an avid Composer user with Drupal. With that said, we are now starting Drupal 8 sites for clients, camp sites, and even ourselves. With that said, Doug Dobrzynski recently made some changes to the Promet framework (on his own time) that allows it to work with Drupal 8. You can see it over on Github.
The following is a repost of an article I did for Promet Source.
Drupal 8 features unit level testing which will improve Promet's Continuous Integration practices.
At MidCamp (Midwest Drupal camp), I found out a really fascinating thing about Drupal 8: Support for PHPUnit is going to be part of the base distribution. This means a great deal to Solutions Architects and Developers at Promet because we have been striving to integrate automated tests into our build. Perhaps you remember from my talks or previous posts, number four of my 10 Principles of Continuous Integration is "Self-Testing Build". This makes Drupal a much more sought-after platform for shops looking to fully embrace Continuous Integration.