diff --git a/.gitignore b/test-driven-drupal/demo/drupalcamp-dublin-2017/.gitignore similarity index 100% rename from .gitignore rename to test-driven-drupal/demo/drupalcamp-dublin-2017/.gitignore diff --git a/README.md b/test-driven-drupal/demo/drupalcamp-dublin-2017/README.md similarity index 100% rename from README.md rename to test-driven-drupal/demo/drupalcamp-dublin-2017/README.md diff --git a/composer.json b/test-driven-drupal/demo/drupalcamp-dublin-2017/composer.json similarity index 100% rename from composer.json rename to test-driven-drupal/demo/drupalcamp-dublin-2017/composer.json diff --git a/config/install/node.type.article.yml b/test-driven-drupal/demo/drupalcamp-dublin-2017/config/install/node.type.article.yml similarity index 100% rename from config/install/node.type.article.yml rename to test-driven-drupal/demo/drupalcamp-dublin-2017/config/install/node.type.article.yml diff --git a/config/install/views.view.blog.yml b/test-driven-drupal/demo/drupalcamp-dublin-2017/config/install/views.view.blog.yml similarity index 100% rename from config/install/views.view.blog.yml rename to test-driven-drupal/demo/drupalcamp-dublin-2017/config/install/views.view.blog.yml diff --git a/tdd_blog.info.yml b/test-driven-drupal/demo/drupalcamp-dublin-2017/tdd_blog.info.yml similarity index 100% rename from tdd_blog.info.yml rename to test-driven-drupal/demo/drupalcamp-dublin-2017/tdd_blog.info.yml diff --git a/tests/src/Functional/PageListTest.php b/test-driven-drupal/demo/drupalcamp-dublin-2017/tests/src/Functional/PageListTest.php similarity index 100% rename from tests/src/Functional/PageListTest.php rename to test-driven-drupal/demo/drupalcamp-dublin-2017/tests/src/Functional/PageListTest.php diff --git a/tests/src/Kernel/PageListTest.php b/test-driven-drupal/demo/drupalcamp-dublin-2017/tests/src/Kernel/PageListTest.php similarity index 100% rename from tests/src/Kernel/PageListTest.php rename to test-driven-drupal/demo/drupalcamp-dublin-2017/tests/src/Kernel/PageListTest.php