diff --git a/.drone.yml b/.drone.yml index 97147f5..92ce8c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ build: image: phpunit/phpunit:$$PHPUNIT_VERSION commands: - - phpunit Test test/travis/test.php + - phpunit Test test/unit/test.php matrix: PHPUNIT_VERSION: diff --git a/test/travis/phpunit.xml.dist b/test/unit/phpunit.xml.dist similarity index 100% rename from test/travis/phpunit.xml.dist rename to test/unit/phpunit.xml.dist diff --git a/test/travis/templates/default/coffee/test.coffee b/test/unit/templates/default/coffee/test.coffee similarity index 100% rename from test/travis/templates/default/coffee/test.coffee rename to test/unit/templates/default/coffee/test.coffee diff --git a/test/travis/templates/default/config.php b/test/unit/templates/default/config.php similarity index 100% rename from test/travis/templates/default/config.php rename to test/unit/templates/default/config.php diff --git a/test/travis/templates/default/sass/music.sass b/test/unit/templates/default/sass/music.sass similarity index 100% rename from test/travis/templates/default/sass/music.sass rename to test/unit/templates/default/sass/music.sass diff --git a/test/travis/templates/default/scripts/.gitkeep b/test/unit/templates/default/scripts/.gitkeep similarity index 100% rename from test/travis/templates/default/scripts/.gitkeep rename to test/unit/templates/default/scripts/.gitkeep diff --git a/test/travis/templates/default/styles/music.css b/test/unit/templates/default/styles/music.css similarity index 100% rename from test/travis/templates/default/styles/music.css rename to test/unit/templates/default/styles/music.css diff --git a/test/travis/templates/default/styles/musics.css b/test/unit/templates/default/styles/musics.css similarity index 100% rename from test/travis/templates/default/styles/musics.css rename to test/unit/templates/default/styles/musics.css diff --git a/test/travis/templates/default/tpls/basic.tpl.php b/test/unit/templates/default/tpls/basic.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/basic.tpl.php rename to test/unit/templates/default/tpls/basic.tpl.php diff --git a/test/travis/templates/default/tpls/block-tags.tpl.php b/test/unit/templates/default/tpls/block-tags.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/block-tags.tpl.php rename to test/unit/templates/default/tpls/block-tags.tpl.php diff --git a/test/travis/templates/default/tpls/block-tests/a.tpl.php b/test/unit/templates/default/tpls/block-tests/a.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/block-tests/a.tpl.php rename to test/unit/templates/default/tpls/block-tests/a.tpl.php diff --git a/test/travis/templates/default/tpls/block-tests/b.tpl.php b/test/unit/templates/default/tpls/block-tests/b.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/block-tests/b.tpl.php rename to test/unit/templates/default/tpls/block-tests/b.tpl.php diff --git a/test/travis/templates/default/tpls/footer.tpl.php b/test/unit/templates/default/tpls/footer.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/footer.tpl.php rename to test/unit/templates/default/tpls/footer.tpl.php diff --git a/test/travis/templates/default/tpls/foreach-tags.tpl.php b/test/unit/templates/default/tpls/foreach-tags.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/foreach-tags.tpl.php rename to test/unit/templates/default/tpls/foreach-tags.tpl.php diff --git a/test/travis/templates/default/tpls/header.tpl.php b/test/unit/templates/default/tpls/header.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/header.tpl.php rename to test/unit/templates/default/tpls/header.tpl.php diff --git a/test/travis/templates/default/tpls/if-tags.tpl.php b/test/unit/templates/default/tpls/if-tags.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/if-tags.tpl.php rename to test/unit/templates/default/tpls/if-tags.tpl.php diff --git a/test/travis/templates/default/tpls/import-tags.tpl.php b/test/unit/templates/default/tpls/import-tags.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/import-tags.tpl.php rename to test/unit/templates/default/tpls/import-tags.tpl.php diff --git a/test/travis/templates/default/tpls/include-tags.tpl.php b/test/unit/templates/default/tpls/include-tags.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/include-tags.tpl.php rename to test/unit/templates/default/tpls/include-tags.tpl.php diff --git a/test/travis/templates/default/tpls/include-tests/a.tpl.php b/test/unit/templates/default/tpls/include-tests/a.tpl.php similarity index 100% rename from test/travis/templates/default/tpls/include-tests/a.tpl.php rename to test/unit/templates/default/tpls/include-tests/a.tpl.php diff --git a/test/travis/test.php b/test/unit/test.php similarity index 100% rename from test/travis/test.php rename to test/unit/test.php