From 508bf02dbad3bb1abb328a4f0dde971bd8bc9418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 3 Jul 2015 09:44:54 +0200 Subject: [PATCH] move fixture to test directory refs #561 --- {Tests => Test}/Fixtures/App/.DS_Store | Bin {Tests => Test}/Fixtures/App/app/.DS_Store | Bin {Tests => Test}/Fixtures/App/app/AppKernel.php | 0 .../Fixtures/App/app/DoctrineMigrations/.gitignore | 0 .../Fixtures/App/app/Resources/.DS_Store | Bin {Tests => Test}/Fixtures/App/app/autoload.php | 0 .../Fixtures/App/app/bootstrap.php.cache | 0 .../app/cache/dev/appDevDebugProjectContainer.php | 0 .../cache/dev/appDevDebugProjectContainer.php.meta | 0 .../app/cache/dev/appDevDebugProjectContainer.xml | 0 .../dev/appDevDebugProjectContainerCompiler.log | 0 .../Fixtures/App/app/cache/dev/classes.map | 0 {Tests => Test}/Fixtures/App/app/config/config.yml | 0 .../Fixtures/App/app/config/config_dev.yml | 0 .../Fixtures/App/app/config/config_test.yml | 0 ..._customizable_entities_test_not_empty_config.yml | 0 .../Fixtures/App/app/config/parameters.travis.yml | 0 .../Fixtures/App/app/config/parameters.yml | 0 .../Fixtures/App/app/config/parameters.yml.dist | 0 {Tests => Test}/Fixtures/App/app/config/routing.yml | 0 {Tests => Test}/Fixtures/App/app/console | 0 {Tests => Test}/Fixtures/App/web/app_dev.php | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename {Tests => Test}/Fixtures/App/.DS_Store (100%) rename {Tests => Test}/Fixtures/App/app/.DS_Store (100%) rename {Tests => Test}/Fixtures/App/app/AppKernel.php (100%) rename {Tests => Test}/Fixtures/App/app/DoctrineMigrations/.gitignore (100%) rename {Tests => Test}/Fixtures/App/app/Resources/.DS_Store (100%) rename {Tests => Test}/Fixtures/App/app/autoload.php (100%) rename {Tests => Test}/Fixtures/App/app/bootstrap.php.cache (100%) rename {Tests => Test}/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php (100%) rename {Tests => Test}/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta (100%) rename {Tests => Test}/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml (100%) rename {Tests => Test}/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log (100%) rename {Tests => Test}/Fixtures/App/app/cache/dev/classes.map (100%) rename {Tests => Test}/Fixtures/App/app/config/config.yml (100%) rename {Tests => Test}/Fixtures/App/app/config/config_dev.yml (100%) rename {Tests => Test}/Fixtures/App/app/config/config_test.yml (100%) rename {Tests => Test}/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml (100%) rename {Tests => Test}/Fixtures/App/app/config/parameters.travis.yml (100%) rename {Tests => Test}/Fixtures/App/app/config/parameters.yml (100%) rename {Tests => Test}/Fixtures/App/app/config/parameters.yml.dist (100%) rename {Tests => Test}/Fixtures/App/app/config/routing.yml (100%) rename {Tests => Test}/Fixtures/App/app/console (100%) rename {Tests => Test}/Fixtures/App/web/app_dev.php (100%) diff --git a/Tests/Fixtures/App/.DS_Store b/Test/Fixtures/App/.DS_Store similarity index 100% rename from Tests/Fixtures/App/.DS_Store rename to Test/Fixtures/App/.DS_Store diff --git a/Tests/Fixtures/App/app/.DS_Store b/Test/Fixtures/App/app/.DS_Store similarity index 100% rename from Tests/Fixtures/App/app/.DS_Store rename to Test/Fixtures/App/app/.DS_Store diff --git a/Tests/Fixtures/App/app/AppKernel.php b/Test/Fixtures/App/app/AppKernel.php similarity index 100% rename from Tests/Fixtures/App/app/AppKernel.php rename to Test/Fixtures/App/app/AppKernel.php diff --git a/Tests/Fixtures/App/app/DoctrineMigrations/.gitignore b/Test/Fixtures/App/app/DoctrineMigrations/.gitignore similarity index 100% rename from Tests/Fixtures/App/app/DoctrineMigrations/.gitignore rename to Test/Fixtures/App/app/DoctrineMigrations/.gitignore diff --git a/Tests/Fixtures/App/app/Resources/.DS_Store b/Test/Fixtures/App/app/Resources/.DS_Store similarity index 100% rename from Tests/Fixtures/App/app/Resources/.DS_Store rename to Test/Fixtures/App/app/Resources/.DS_Store diff --git a/Tests/Fixtures/App/app/autoload.php b/Test/Fixtures/App/app/autoload.php similarity index 100% rename from Tests/Fixtures/App/app/autoload.php rename to Test/Fixtures/App/app/autoload.php diff --git a/Tests/Fixtures/App/app/bootstrap.php.cache b/Test/Fixtures/App/app/bootstrap.php.cache similarity index 100% rename from Tests/Fixtures/App/app/bootstrap.php.cache rename to Test/Fixtures/App/app/bootstrap.php.cache diff --git a/Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php b/Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php similarity index 100% rename from Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php rename to Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php diff --git a/Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta b/Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta similarity index 100% rename from Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta rename to Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php.meta diff --git a/Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml b/Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml similarity index 100% rename from Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml rename to Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.xml diff --git a/Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log b/Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log similarity index 100% rename from Tests/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log rename to Test/Fixtures/App/app/cache/dev/appDevDebugProjectContainerCompiler.log diff --git a/Tests/Fixtures/App/app/cache/dev/classes.map b/Test/Fixtures/App/app/cache/dev/classes.map similarity index 100% rename from Tests/Fixtures/App/app/cache/dev/classes.map rename to Test/Fixtures/App/app/cache/dev/classes.map diff --git a/Tests/Fixtures/App/app/config/config.yml b/Test/Fixtures/App/app/config/config.yml similarity index 100% rename from Tests/Fixtures/App/app/config/config.yml rename to Test/Fixtures/App/app/config/config.yml diff --git a/Tests/Fixtures/App/app/config/config_dev.yml b/Test/Fixtures/App/app/config/config_dev.yml similarity index 100% rename from Tests/Fixtures/App/app/config/config_dev.yml rename to Test/Fixtures/App/app/config/config_dev.yml diff --git a/Tests/Fixtures/App/app/config/config_test.yml b/Test/Fixtures/App/app/config/config_test.yml similarity index 100% rename from Tests/Fixtures/App/app/config/config_test.yml rename to Test/Fixtures/App/app/config/config_test.yml diff --git a/Tests/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml b/Test/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml similarity index 100% rename from Tests/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml rename to Test/Fixtures/App/app/config/config_test_customizable_entities_test_not_empty_config.yml diff --git a/Tests/Fixtures/App/app/config/parameters.travis.yml b/Test/Fixtures/App/app/config/parameters.travis.yml similarity index 100% rename from Tests/Fixtures/App/app/config/parameters.travis.yml rename to Test/Fixtures/App/app/config/parameters.travis.yml diff --git a/Tests/Fixtures/App/app/config/parameters.yml b/Test/Fixtures/App/app/config/parameters.yml similarity index 100% rename from Tests/Fixtures/App/app/config/parameters.yml rename to Test/Fixtures/App/app/config/parameters.yml diff --git a/Tests/Fixtures/App/app/config/parameters.yml.dist b/Test/Fixtures/App/app/config/parameters.yml.dist similarity index 100% rename from Tests/Fixtures/App/app/config/parameters.yml.dist rename to Test/Fixtures/App/app/config/parameters.yml.dist diff --git a/Tests/Fixtures/App/app/config/routing.yml b/Test/Fixtures/App/app/config/routing.yml similarity index 100% rename from Tests/Fixtures/App/app/config/routing.yml rename to Test/Fixtures/App/app/config/routing.yml diff --git a/Tests/Fixtures/App/app/console b/Test/Fixtures/App/app/console similarity index 100% rename from Tests/Fixtures/App/app/console rename to Test/Fixtures/App/app/console diff --git a/Tests/Fixtures/App/web/app_dev.php b/Test/Fixtures/App/web/app_dev.php similarity index 100% rename from Tests/Fixtures/App/web/app_dev.php rename to Test/Fixtures/App/web/app_dev.php