PHPUnit code coverage hangs on functional tests

My tests run fine when not using --coverage-text, but they hang on the functional tests that extend BrowserTestBase indefinitely when using coverage.

Here's my config file:

Create a Survey in Drupal 8

Hello, I am planning to create a simple survey. My survey will have 10 questions (More questions can be added in the future.)

Each person who will take the survey must login first on their account. The important part is I can generate a report/statistics based from the survey. (10% said they are happy, 20% said they are not satisfied, user 1 is 70% satisfied, user 2 is 80% happy, etc) I am planning to create a chart maybe using google charts.

Is it achievable using webforms and views? Thanks so much guys. Any suggestion would be appreciated a lot.

Cannot Manually Install Drupal 8.4.0

I want to install Drupal 8.4.0 onto a shared 1and1 server. I downloaded all the files, prepared the database, set the PHP version to 7.1, but on the very first install screen, before I have done anything, I am getting the following error:

Strict Standards: DateTime::createFromFormat(): We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/0/d309344694/htdocs/drupal8/vendor/symfony/http-foundation/Response.php on line 231

Drupal 8 with Node JS

Hello,

I have HTML written in Node Js & Express js with Css & Media files.

Already setup Drupal 8, up & running.

Now, I wanted to just migrate HTML into Drupal and Use Drupal as headless.

Any suggestion over this requirement?

Cheers,

Sachin

Accessing protected variables/arrays via twig templates.

Hi all

I am working on a module that involves the need to access variables that are held in content.field_shirts[#paragraph].0.values where 'values' is protected and the 0 represents the instance of paragraphs in the content type. 

What I need to do is at the point of processing I need to create a series of nested divs that are inserted into a table using each paragraph in the content type and the values it contains.

My paragraph contains 5 values (2 pics and 3 select values called field_node_select field_page_select and field_side_select)

Creating a Drupal dev-environment

I am new to the CMS world and I want to get to know it but im not sure how to structure my directories in a way that makes it more streamed lined and not cluttered. I want to create a workspace that I can use to build and launch live sites as well as have have test sites that I can use to test upgrades.

I use a MacBook and I have downloaded the following:

1- Acquia devdesktop

2- XAMPP

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x