From c949a1f5f236866f7be6994bd979d05ef22d2aa8 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 2 Dec 2021 15:07:56 -0800 Subject: [PATCH] renamed Tests to tests --- {Tests => tests}/Browser/LoginTest.php | 0 {Tests => tests}/Browser/Pages/HomePage.php | 0 {Tests => tests}/Browser/Pages/Page.php | 0 {Tests => tests}/Browser/console/.gitignore | 0 {Tests => tests}/Browser/screenshots/.gitignore | 0 {Tests => tests}/Browser/source/.gitignore | 0 {Tests => tests}/CreatesApplication.php | 0 {Tests => tests}/DuskTestCase.php | 0 {Tests => tests}/TestCase.php | 0 {Tests => tests}/Unit/AccessoryTest.php | 0 {Tests => tests}/Unit/AssetMaintenanceTest.php | 0 {Tests => tests}/Unit/AssetModelTest.php | 0 {Tests => tests}/Unit/AssetTest.php | 0 {Tests => tests}/Unit/BaseTest.php | 0 {Tests => tests}/Unit/CategoryTest.php | 0 {Tests => tests}/Unit/CompanyTest.php | 0 {Tests => tests}/Unit/ComponentTest.php | 0 {Tests => tests}/Unit/ConsumableTest.php | 0 {Tests => tests}/Unit/CustomFieldTest.php | 0 {Tests => tests}/Unit/DepreciationTest.php | 0 {Tests => tests}/Unit/ImporterTest.php | 0 {Tests => tests}/Unit/LocationTest.php | 0 {Tests => tests}/Unit/NotificationTest.php | 0 {Tests => tests}/Unit/PermissionsTest.php | 0 {Tests => tests}/Unit/SnipeModelTest.php | 0 {Tests => tests}/Unit/StatuslabelTest.php | 0 {Tests => tests}/Unit/UserTest.php | 0 {Tests => tests}/Unit/_bootstrap.php | 0 {Tests => tests}/_bootstrap.php | 0 {Tests => tests}/_data/IMPORT_ACCESSORIES.csv | 0 {Tests => tests}/_data/IMPORT_ASSETS.csv | 0 {Tests => tests}/_data/IMPORT_CONSUMABLES.csv | 0 {Tests => tests}/_envs/functional-travis.yml | 0 {Tests => tests}/_envs/testing-ci.yml | 0 {Tests => tests}/_envs/testing.yml | 0 {Tests => tests}/_output/.gitignore | 0 {Tests => tests}/_support/AcceptanceTester.php | 0 {Tests => tests}/_support/ApiTester.php | 0 {Tests => tests}/_support/FunctionalTester.php | 0 {Tests => tests}/_support/Helper/Acceptance.php | 0 {Tests => tests}/_support/Helper/Api.php | 0 {Tests => tests}/_support/Helper/Functional.php | 0 {Tests => tests}/_support/Helper/HTMLValidator.php | 0 {Tests => tests}/_support/Helper/Unit.php | 0 {Tests => tests}/_support/UnitTester.php | 0 {Tests => tests}/acceptance.suite.yml | 0 {Tests => tests}/acceptance/AccessoriesCept.php | 0 {Tests => tests}/acceptance/AssetsCept.php | 0 {Tests => tests}/acceptance/AssetsCest.php | 0 {Tests => tests}/acceptance/CategoriesCept.php | 0 {Tests => tests}/acceptance/CompaniesCept.php | 0 {Tests => tests}/acceptance/ConsumablesCept.php | 0 {Tests => tests}/acceptance/CustomfieldsCept.php | 0 {Tests => tests}/acceptance/DepartmentsCept.php | 0 {Tests => tests}/acceptance/DepreciationsCept.php | 0 {Tests => tests}/acceptance/LocationsCept.php | 0 {Tests => tests}/acceptance/LoginCest.php | 0 {Tests => tests}/acceptance/ManufacturersCept.php | 0 {Tests => tests}/acceptance/StatuslabelsCept.php | 0 {Tests => tests}/acceptance/SuppliersCept.php | 0 {Tests => tests}/acceptance/UsersCept.php | 0 {Tests => tests}/acceptance/_bootstrap.php | 0 {Tests => tests}/api.suite.yml | 0 {Tests => tests}/api/ApiAccessoriesCest.php | 0 {Tests => tests}/api/ApiAssetsCest.php | 0 {Tests => tests}/api/ApiCategoriesCest.php | 0 {Tests => tests}/api/ApiCheckoutAssetsCest.php | 0 {Tests => tests}/api/ApiCompaniesCest.php | 0 {Tests => tests}/api/ApiComponentsAssetsCest.php | 0 {Tests => tests}/api/ApiComponentsCest.php | 0 {Tests => tests}/api/ApiConsumablesCest.php | 0 {Tests => tests}/api/ApiLicenseSeatsCest.php | 0 {Tests => tests}/api/ApiLicensesCest.php | 0 {Tests => tests}/api/ApiLocationsCest.php | 0 {Tests => tests}/api/ApiManufacturersCest.php | 0 {Tests => tests}/api/ApiModelsCest.php | 0 {Tests => tests}/api/ApiStatusLabelsCest.php | 0 {Tests => tests}/api/ApiUsersCest.php | 0 {Tests => tests}/api/_bootstrap.php | 0 {Tests => tests}/functional.suite.yml | 0 {Tests => tests}/functional/AccessoriesCest.php | 0 {Tests => tests}/functional/AssetModelsCest.php | 0 {Tests => tests}/functional/AssetsCest.php | 0 {Tests => tests}/functional/CategoriesCest.php | 0 {Tests => tests}/functional/CompaniesCest.php | 0 {Tests => tests}/functional/ComponentsCest.php | 0 {Tests => tests}/functional/ConsumablesCest.php | 0 {Tests => tests}/functional/DepreciationsCest.php | 0 {Tests => tests}/functional/GroupsCest.php | 0 {Tests => tests}/functional/LicensesCest.php | 0 {Tests => tests}/functional/LocationsCest.php | 0 {Tests => tests}/functional/ManufacturersCest.php | 0 {Tests => tests}/functional/StatusLabelsCest.php | 0 {Tests => tests}/functional/SuppliersCest.php | 0 {Tests => tests}/functional/UsersCest.php | 0 {Tests => tests}/functional/_bootstrap.php | 0 {Tests => tests}/functional/func-part-1.txt | 0 {Tests => tests}/functional/func-part-2.txt | 0 {Tests => tests}/unit.suite.yml | 0 99 files changed, 0 insertions(+), 0 deletions(-) rename {Tests => tests}/Browser/LoginTest.php (100%) rename {Tests => tests}/Browser/Pages/HomePage.php (100%) rename {Tests => tests}/Browser/Pages/Page.php (100%) rename {Tests => tests}/Browser/console/.gitignore (100%) rename {Tests => tests}/Browser/screenshots/.gitignore (100%) rename {Tests => tests}/Browser/source/.gitignore (100%) rename {Tests => tests}/CreatesApplication.php (100%) rename {Tests => tests}/DuskTestCase.php (100%) rename {Tests => tests}/TestCase.php (100%) rename {Tests => tests}/Unit/AccessoryTest.php (100%) rename {Tests => tests}/Unit/AssetMaintenanceTest.php (100%) rename {Tests => tests}/Unit/AssetModelTest.php (100%) rename {Tests => tests}/Unit/AssetTest.php (100%) rename {Tests => tests}/Unit/BaseTest.php (100%) rename {Tests => tests}/Unit/CategoryTest.php (100%) rename {Tests => tests}/Unit/CompanyTest.php (100%) rename {Tests => tests}/Unit/ComponentTest.php (100%) rename {Tests => tests}/Unit/ConsumableTest.php (100%) rename {Tests => tests}/Unit/CustomFieldTest.php (100%) rename {Tests => tests}/Unit/DepreciationTest.php (100%) rename {Tests => tests}/Unit/ImporterTest.php (100%) rename {Tests => tests}/Unit/LocationTest.php (100%) rename {Tests => tests}/Unit/NotificationTest.php (100%) rename {Tests => tests}/Unit/PermissionsTest.php (100%) rename {Tests => tests}/Unit/SnipeModelTest.php (100%) rename {Tests => tests}/Unit/StatuslabelTest.php (100%) rename {Tests => tests}/Unit/UserTest.php (100%) rename {Tests => tests}/Unit/_bootstrap.php (100%) rename {Tests => tests}/_bootstrap.php (100%) rename {Tests => tests}/_data/IMPORT_ACCESSORIES.csv (100%) rename {Tests => tests}/_data/IMPORT_ASSETS.csv (100%) rename {Tests => tests}/_data/IMPORT_CONSUMABLES.csv (100%) rename {Tests => tests}/_envs/functional-travis.yml (100%) rename {Tests => tests}/_envs/testing-ci.yml (100%) rename {Tests => tests}/_envs/testing.yml (100%) rename {Tests => tests}/_output/.gitignore (100%) rename {Tests => tests}/_support/AcceptanceTester.php (100%) rename {Tests => tests}/_support/ApiTester.php (100%) rename {Tests => tests}/_support/FunctionalTester.php (100%) rename {Tests => tests}/_support/Helper/Acceptance.php (100%) rename {Tests => tests}/_support/Helper/Api.php (100%) rename {Tests => tests}/_support/Helper/Functional.php (100%) rename {Tests => tests}/_support/Helper/HTMLValidator.php (100%) rename {Tests => tests}/_support/Helper/Unit.php (100%) rename {Tests => tests}/_support/UnitTester.php (100%) rename {Tests => tests}/acceptance.suite.yml (100%) rename {Tests => tests}/acceptance/AccessoriesCept.php (100%) rename {Tests => tests}/acceptance/AssetsCept.php (100%) rename {Tests => tests}/acceptance/AssetsCest.php (100%) rename {Tests => tests}/acceptance/CategoriesCept.php (100%) rename {Tests => tests}/acceptance/CompaniesCept.php (100%) rename {Tests => tests}/acceptance/ConsumablesCept.php (100%) rename {Tests => tests}/acceptance/CustomfieldsCept.php (100%) rename {Tests => tests}/acceptance/DepartmentsCept.php (100%) rename {Tests => tests}/acceptance/DepreciationsCept.php (100%) rename {Tests => tests}/acceptance/LocationsCept.php (100%) rename {Tests => tests}/acceptance/LoginCest.php (100%) rename {Tests => tests}/acceptance/ManufacturersCept.php (100%) rename {Tests => tests}/acceptance/StatuslabelsCept.php (100%) rename {Tests => tests}/acceptance/SuppliersCept.php (100%) rename {Tests => tests}/acceptance/UsersCept.php (100%) rename {Tests => tests}/acceptance/_bootstrap.php (100%) rename {Tests => tests}/api.suite.yml (100%) rename {Tests => tests}/api/ApiAccessoriesCest.php (100%) rename {Tests => tests}/api/ApiAssetsCest.php (100%) rename {Tests => tests}/api/ApiCategoriesCest.php (100%) rename {Tests => tests}/api/ApiCheckoutAssetsCest.php (100%) rename {Tests => tests}/api/ApiCompaniesCest.php (100%) rename {Tests => tests}/api/ApiComponentsAssetsCest.php (100%) rename {Tests => tests}/api/ApiComponentsCest.php (100%) rename {Tests => tests}/api/ApiConsumablesCest.php (100%) rename {Tests => tests}/api/ApiLicenseSeatsCest.php (100%) rename {Tests => tests}/api/ApiLicensesCest.php (100%) rename {Tests => tests}/api/ApiLocationsCest.php (100%) rename {Tests => tests}/api/ApiManufacturersCest.php (100%) rename {Tests => tests}/api/ApiModelsCest.php (100%) rename {Tests => tests}/api/ApiStatusLabelsCest.php (100%) rename {Tests => tests}/api/ApiUsersCest.php (100%) rename {Tests => tests}/api/_bootstrap.php (100%) rename {Tests => tests}/functional.suite.yml (100%) rename {Tests => tests}/functional/AccessoriesCest.php (100%) rename {Tests => tests}/functional/AssetModelsCest.php (100%) rename {Tests => tests}/functional/AssetsCest.php (100%) rename {Tests => tests}/functional/CategoriesCest.php (100%) rename {Tests => tests}/functional/CompaniesCest.php (100%) rename {Tests => tests}/functional/ComponentsCest.php (100%) rename {Tests => tests}/functional/ConsumablesCest.php (100%) rename {Tests => tests}/functional/DepreciationsCest.php (100%) rename {Tests => tests}/functional/GroupsCest.php (100%) rename {Tests => tests}/functional/LicensesCest.php (100%) rename {Tests => tests}/functional/LocationsCest.php (100%) rename {Tests => tests}/functional/ManufacturersCest.php (100%) rename {Tests => tests}/functional/StatusLabelsCest.php (100%) rename {Tests => tests}/functional/SuppliersCest.php (100%) rename {Tests => tests}/functional/UsersCest.php (100%) rename {Tests => tests}/functional/_bootstrap.php (100%) rename {Tests => tests}/functional/func-part-1.txt (100%) rename {Tests => tests}/functional/func-part-2.txt (100%) rename {Tests => tests}/unit.suite.yml (100%) diff --git a/Tests/Browser/LoginTest.php b/tests/Browser/LoginTest.php similarity index 100% rename from Tests/Browser/LoginTest.php rename to tests/Browser/LoginTest.php diff --git a/Tests/Browser/Pages/HomePage.php b/tests/Browser/Pages/HomePage.php similarity index 100% rename from Tests/Browser/Pages/HomePage.php rename to tests/Browser/Pages/HomePage.php diff --git a/Tests/Browser/Pages/Page.php b/tests/Browser/Pages/Page.php similarity index 100% rename from Tests/Browser/Pages/Page.php rename to tests/Browser/Pages/Page.php diff --git a/Tests/Browser/console/.gitignore b/tests/Browser/console/.gitignore similarity index 100% rename from Tests/Browser/console/.gitignore rename to tests/Browser/console/.gitignore diff --git a/Tests/Browser/screenshots/.gitignore b/tests/Browser/screenshots/.gitignore similarity index 100% rename from Tests/Browser/screenshots/.gitignore rename to tests/Browser/screenshots/.gitignore diff --git a/Tests/Browser/source/.gitignore b/tests/Browser/source/.gitignore similarity index 100% rename from Tests/Browser/source/.gitignore rename to tests/Browser/source/.gitignore diff --git a/Tests/CreatesApplication.php b/tests/CreatesApplication.php similarity index 100% rename from Tests/CreatesApplication.php rename to tests/CreatesApplication.php diff --git a/Tests/DuskTestCase.php b/tests/DuskTestCase.php similarity index 100% rename from Tests/DuskTestCase.php rename to tests/DuskTestCase.php diff --git a/Tests/TestCase.php b/tests/TestCase.php similarity index 100% rename from Tests/TestCase.php rename to tests/TestCase.php diff --git a/Tests/Unit/AccessoryTest.php b/tests/Unit/AccessoryTest.php similarity index 100% rename from Tests/Unit/AccessoryTest.php rename to tests/Unit/AccessoryTest.php diff --git a/Tests/Unit/AssetMaintenanceTest.php b/tests/Unit/AssetMaintenanceTest.php similarity index 100% rename from Tests/Unit/AssetMaintenanceTest.php rename to tests/Unit/AssetMaintenanceTest.php diff --git a/Tests/Unit/AssetModelTest.php b/tests/Unit/AssetModelTest.php similarity index 100% rename from Tests/Unit/AssetModelTest.php rename to tests/Unit/AssetModelTest.php diff --git a/Tests/Unit/AssetTest.php b/tests/Unit/AssetTest.php similarity index 100% rename from Tests/Unit/AssetTest.php rename to tests/Unit/AssetTest.php diff --git a/Tests/Unit/BaseTest.php b/tests/Unit/BaseTest.php similarity index 100% rename from Tests/Unit/BaseTest.php rename to tests/Unit/BaseTest.php diff --git a/Tests/Unit/CategoryTest.php b/tests/Unit/CategoryTest.php similarity index 100% rename from Tests/Unit/CategoryTest.php rename to tests/Unit/CategoryTest.php diff --git a/Tests/Unit/CompanyTest.php b/tests/Unit/CompanyTest.php similarity index 100% rename from Tests/Unit/CompanyTest.php rename to tests/Unit/CompanyTest.php diff --git a/Tests/Unit/ComponentTest.php b/tests/Unit/ComponentTest.php similarity index 100% rename from Tests/Unit/ComponentTest.php rename to tests/Unit/ComponentTest.php diff --git a/Tests/Unit/ConsumableTest.php b/tests/Unit/ConsumableTest.php similarity index 100% rename from Tests/Unit/ConsumableTest.php rename to tests/Unit/ConsumableTest.php diff --git a/Tests/Unit/CustomFieldTest.php b/tests/Unit/CustomFieldTest.php similarity index 100% rename from Tests/Unit/CustomFieldTest.php rename to tests/Unit/CustomFieldTest.php diff --git a/Tests/Unit/DepreciationTest.php b/tests/Unit/DepreciationTest.php similarity index 100% rename from Tests/Unit/DepreciationTest.php rename to tests/Unit/DepreciationTest.php diff --git a/Tests/Unit/ImporterTest.php b/tests/Unit/ImporterTest.php similarity index 100% rename from Tests/Unit/ImporterTest.php rename to tests/Unit/ImporterTest.php diff --git a/Tests/Unit/LocationTest.php b/tests/Unit/LocationTest.php similarity index 100% rename from Tests/Unit/LocationTest.php rename to tests/Unit/LocationTest.php diff --git a/Tests/Unit/NotificationTest.php b/tests/Unit/NotificationTest.php similarity index 100% rename from Tests/Unit/NotificationTest.php rename to tests/Unit/NotificationTest.php diff --git a/Tests/Unit/PermissionsTest.php b/tests/Unit/PermissionsTest.php similarity index 100% rename from Tests/Unit/PermissionsTest.php rename to tests/Unit/PermissionsTest.php diff --git a/Tests/Unit/SnipeModelTest.php b/tests/Unit/SnipeModelTest.php similarity index 100% rename from Tests/Unit/SnipeModelTest.php rename to tests/Unit/SnipeModelTest.php diff --git a/Tests/Unit/StatuslabelTest.php b/tests/Unit/StatuslabelTest.php similarity index 100% rename from Tests/Unit/StatuslabelTest.php rename to tests/Unit/StatuslabelTest.php diff --git a/Tests/Unit/UserTest.php b/tests/Unit/UserTest.php similarity index 100% rename from Tests/Unit/UserTest.php rename to tests/Unit/UserTest.php diff --git a/Tests/Unit/_bootstrap.php b/tests/Unit/_bootstrap.php similarity index 100% rename from Tests/Unit/_bootstrap.php rename to tests/Unit/_bootstrap.php diff --git a/Tests/_bootstrap.php b/tests/_bootstrap.php similarity index 100% rename from Tests/_bootstrap.php rename to tests/_bootstrap.php diff --git a/Tests/_data/IMPORT_ACCESSORIES.csv b/tests/_data/IMPORT_ACCESSORIES.csv similarity index 100% rename from Tests/_data/IMPORT_ACCESSORIES.csv rename to tests/_data/IMPORT_ACCESSORIES.csv diff --git a/Tests/_data/IMPORT_ASSETS.csv b/tests/_data/IMPORT_ASSETS.csv similarity index 100% rename from Tests/_data/IMPORT_ASSETS.csv rename to tests/_data/IMPORT_ASSETS.csv diff --git a/Tests/_data/IMPORT_CONSUMABLES.csv b/tests/_data/IMPORT_CONSUMABLES.csv similarity index 100% rename from Tests/_data/IMPORT_CONSUMABLES.csv rename to tests/_data/IMPORT_CONSUMABLES.csv diff --git a/Tests/_envs/functional-travis.yml b/tests/_envs/functional-travis.yml similarity index 100% rename from Tests/_envs/functional-travis.yml rename to tests/_envs/functional-travis.yml diff --git a/Tests/_envs/testing-ci.yml b/tests/_envs/testing-ci.yml similarity index 100% rename from Tests/_envs/testing-ci.yml rename to tests/_envs/testing-ci.yml diff --git a/Tests/_envs/testing.yml b/tests/_envs/testing.yml similarity index 100% rename from Tests/_envs/testing.yml rename to tests/_envs/testing.yml diff --git a/Tests/_output/.gitignore b/tests/_output/.gitignore similarity index 100% rename from Tests/_output/.gitignore rename to tests/_output/.gitignore diff --git a/Tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php similarity index 100% rename from Tests/_support/AcceptanceTester.php rename to tests/_support/AcceptanceTester.php diff --git a/Tests/_support/ApiTester.php b/tests/_support/ApiTester.php similarity index 100% rename from Tests/_support/ApiTester.php rename to tests/_support/ApiTester.php diff --git a/Tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php similarity index 100% rename from Tests/_support/FunctionalTester.php rename to tests/_support/FunctionalTester.php diff --git a/Tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php similarity index 100% rename from Tests/_support/Helper/Acceptance.php rename to tests/_support/Helper/Acceptance.php diff --git a/Tests/_support/Helper/Api.php b/tests/_support/Helper/Api.php similarity index 100% rename from Tests/_support/Helper/Api.php rename to tests/_support/Helper/Api.php diff --git a/Tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php similarity index 100% rename from Tests/_support/Helper/Functional.php rename to tests/_support/Helper/Functional.php diff --git a/Tests/_support/Helper/HTMLValidator.php b/tests/_support/Helper/HTMLValidator.php similarity index 100% rename from Tests/_support/Helper/HTMLValidator.php rename to tests/_support/Helper/HTMLValidator.php diff --git a/Tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php similarity index 100% rename from Tests/_support/Helper/Unit.php rename to tests/_support/Helper/Unit.php diff --git a/Tests/_support/UnitTester.php b/tests/_support/UnitTester.php similarity index 100% rename from Tests/_support/UnitTester.php rename to tests/_support/UnitTester.php diff --git a/Tests/acceptance.suite.yml b/tests/acceptance.suite.yml similarity index 100% rename from Tests/acceptance.suite.yml rename to tests/acceptance.suite.yml diff --git a/Tests/acceptance/AccessoriesCept.php b/tests/acceptance/AccessoriesCept.php similarity index 100% rename from Tests/acceptance/AccessoriesCept.php rename to tests/acceptance/AccessoriesCept.php diff --git a/Tests/acceptance/AssetsCept.php b/tests/acceptance/AssetsCept.php similarity index 100% rename from Tests/acceptance/AssetsCept.php rename to tests/acceptance/AssetsCept.php diff --git a/Tests/acceptance/AssetsCest.php b/tests/acceptance/AssetsCest.php similarity index 100% rename from Tests/acceptance/AssetsCest.php rename to tests/acceptance/AssetsCest.php diff --git a/Tests/acceptance/CategoriesCept.php b/tests/acceptance/CategoriesCept.php similarity index 100% rename from Tests/acceptance/CategoriesCept.php rename to tests/acceptance/CategoriesCept.php diff --git a/Tests/acceptance/CompaniesCept.php b/tests/acceptance/CompaniesCept.php similarity index 100% rename from Tests/acceptance/CompaniesCept.php rename to tests/acceptance/CompaniesCept.php diff --git a/Tests/acceptance/ConsumablesCept.php b/tests/acceptance/ConsumablesCept.php similarity index 100% rename from Tests/acceptance/ConsumablesCept.php rename to tests/acceptance/ConsumablesCept.php diff --git a/Tests/acceptance/CustomfieldsCept.php b/tests/acceptance/CustomfieldsCept.php similarity index 100% rename from Tests/acceptance/CustomfieldsCept.php rename to tests/acceptance/CustomfieldsCept.php diff --git a/Tests/acceptance/DepartmentsCept.php b/tests/acceptance/DepartmentsCept.php similarity index 100% rename from Tests/acceptance/DepartmentsCept.php rename to tests/acceptance/DepartmentsCept.php diff --git a/Tests/acceptance/DepreciationsCept.php b/tests/acceptance/DepreciationsCept.php similarity index 100% rename from Tests/acceptance/DepreciationsCept.php rename to tests/acceptance/DepreciationsCept.php diff --git a/Tests/acceptance/LocationsCept.php b/tests/acceptance/LocationsCept.php similarity index 100% rename from Tests/acceptance/LocationsCept.php rename to tests/acceptance/LocationsCept.php diff --git a/Tests/acceptance/LoginCest.php b/tests/acceptance/LoginCest.php similarity index 100% rename from Tests/acceptance/LoginCest.php rename to tests/acceptance/LoginCest.php diff --git a/Tests/acceptance/ManufacturersCept.php b/tests/acceptance/ManufacturersCept.php similarity index 100% rename from Tests/acceptance/ManufacturersCept.php rename to tests/acceptance/ManufacturersCept.php diff --git a/Tests/acceptance/StatuslabelsCept.php b/tests/acceptance/StatuslabelsCept.php similarity index 100% rename from Tests/acceptance/StatuslabelsCept.php rename to tests/acceptance/StatuslabelsCept.php diff --git a/Tests/acceptance/SuppliersCept.php b/tests/acceptance/SuppliersCept.php similarity index 100% rename from Tests/acceptance/SuppliersCept.php rename to tests/acceptance/SuppliersCept.php diff --git a/Tests/acceptance/UsersCept.php b/tests/acceptance/UsersCept.php similarity index 100% rename from Tests/acceptance/UsersCept.php rename to tests/acceptance/UsersCept.php diff --git a/Tests/acceptance/_bootstrap.php b/tests/acceptance/_bootstrap.php similarity index 100% rename from Tests/acceptance/_bootstrap.php rename to tests/acceptance/_bootstrap.php diff --git a/Tests/api.suite.yml b/tests/api.suite.yml similarity index 100% rename from Tests/api.suite.yml rename to tests/api.suite.yml diff --git a/Tests/api/ApiAccessoriesCest.php b/tests/api/ApiAccessoriesCest.php similarity index 100% rename from Tests/api/ApiAccessoriesCest.php rename to tests/api/ApiAccessoriesCest.php diff --git a/Tests/api/ApiAssetsCest.php b/tests/api/ApiAssetsCest.php similarity index 100% rename from Tests/api/ApiAssetsCest.php rename to tests/api/ApiAssetsCest.php diff --git a/Tests/api/ApiCategoriesCest.php b/tests/api/ApiCategoriesCest.php similarity index 100% rename from Tests/api/ApiCategoriesCest.php rename to tests/api/ApiCategoriesCest.php diff --git a/Tests/api/ApiCheckoutAssetsCest.php b/tests/api/ApiCheckoutAssetsCest.php similarity index 100% rename from Tests/api/ApiCheckoutAssetsCest.php rename to tests/api/ApiCheckoutAssetsCest.php diff --git a/Tests/api/ApiCompaniesCest.php b/tests/api/ApiCompaniesCest.php similarity index 100% rename from Tests/api/ApiCompaniesCest.php rename to tests/api/ApiCompaniesCest.php diff --git a/Tests/api/ApiComponentsAssetsCest.php b/tests/api/ApiComponentsAssetsCest.php similarity index 100% rename from Tests/api/ApiComponentsAssetsCest.php rename to tests/api/ApiComponentsAssetsCest.php diff --git a/Tests/api/ApiComponentsCest.php b/tests/api/ApiComponentsCest.php similarity index 100% rename from Tests/api/ApiComponentsCest.php rename to tests/api/ApiComponentsCest.php diff --git a/Tests/api/ApiConsumablesCest.php b/tests/api/ApiConsumablesCest.php similarity index 100% rename from Tests/api/ApiConsumablesCest.php rename to tests/api/ApiConsumablesCest.php diff --git a/Tests/api/ApiLicenseSeatsCest.php b/tests/api/ApiLicenseSeatsCest.php similarity index 100% rename from Tests/api/ApiLicenseSeatsCest.php rename to tests/api/ApiLicenseSeatsCest.php diff --git a/Tests/api/ApiLicensesCest.php b/tests/api/ApiLicensesCest.php similarity index 100% rename from Tests/api/ApiLicensesCest.php rename to tests/api/ApiLicensesCest.php diff --git a/Tests/api/ApiLocationsCest.php b/tests/api/ApiLocationsCest.php similarity index 100% rename from Tests/api/ApiLocationsCest.php rename to tests/api/ApiLocationsCest.php diff --git a/Tests/api/ApiManufacturersCest.php b/tests/api/ApiManufacturersCest.php similarity index 100% rename from Tests/api/ApiManufacturersCest.php rename to tests/api/ApiManufacturersCest.php diff --git a/Tests/api/ApiModelsCest.php b/tests/api/ApiModelsCest.php similarity index 100% rename from Tests/api/ApiModelsCest.php rename to tests/api/ApiModelsCest.php diff --git a/Tests/api/ApiStatusLabelsCest.php b/tests/api/ApiStatusLabelsCest.php similarity index 100% rename from Tests/api/ApiStatusLabelsCest.php rename to tests/api/ApiStatusLabelsCest.php diff --git a/Tests/api/ApiUsersCest.php b/tests/api/ApiUsersCest.php similarity index 100% rename from Tests/api/ApiUsersCest.php rename to tests/api/ApiUsersCest.php diff --git a/Tests/api/_bootstrap.php b/tests/api/_bootstrap.php similarity index 100% rename from Tests/api/_bootstrap.php rename to tests/api/_bootstrap.php diff --git a/Tests/functional.suite.yml b/tests/functional.suite.yml similarity index 100% rename from Tests/functional.suite.yml rename to tests/functional.suite.yml diff --git a/Tests/functional/AccessoriesCest.php b/tests/functional/AccessoriesCest.php similarity index 100% rename from Tests/functional/AccessoriesCest.php rename to tests/functional/AccessoriesCest.php diff --git a/Tests/functional/AssetModelsCest.php b/tests/functional/AssetModelsCest.php similarity index 100% rename from Tests/functional/AssetModelsCest.php rename to tests/functional/AssetModelsCest.php diff --git a/Tests/functional/AssetsCest.php b/tests/functional/AssetsCest.php similarity index 100% rename from Tests/functional/AssetsCest.php rename to tests/functional/AssetsCest.php diff --git a/Tests/functional/CategoriesCest.php b/tests/functional/CategoriesCest.php similarity index 100% rename from Tests/functional/CategoriesCest.php rename to tests/functional/CategoriesCest.php diff --git a/Tests/functional/CompaniesCest.php b/tests/functional/CompaniesCest.php similarity index 100% rename from Tests/functional/CompaniesCest.php rename to tests/functional/CompaniesCest.php diff --git a/Tests/functional/ComponentsCest.php b/tests/functional/ComponentsCest.php similarity index 100% rename from Tests/functional/ComponentsCest.php rename to tests/functional/ComponentsCest.php diff --git a/Tests/functional/ConsumablesCest.php b/tests/functional/ConsumablesCest.php similarity index 100% rename from Tests/functional/ConsumablesCest.php rename to tests/functional/ConsumablesCest.php diff --git a/Tests/functional/DepreciationsCest.php b/tests/functional/DepreciationsCest.php similarity index 100% rename from Tests/functional/DepreciationsCest.php rename to tests/functional/DepreciationsCest.php diff --git a/Tests/functional/GroupsCest.php b/tests/functional/GroupsCest.php similarity index 100% rename from Tests/functional/GroupsCest.php rename to tests/functional/GroupsCest.php diff --git a/Tests/functional/LicensesCest.php b/tests/functional/LicensesCest.php similarity index 100% rename from Tests/functional/LicensesCest.php rename to tests/functional/LicensesCest.php diff --git a/Tests/functional/LocationsCest.php b/tests/functional/LocationsCest.php similarity index 100% rename from Tests/functional/LocationsCest.php rename to tests/functional/LocationsCest.php diff --git a/Tests/functional/ManufacturersCest.php b/tests/functional/ManufacturersCest.php similarity index 100% rename from Tests/functional/ManufacturersCest.php rename to tests/functional/ManufacturersCest.php diff --git a/Tests/functional/StatusLabelsCest.php b/tests/functional/StatusLabelsCest.php similarity index 100% rename from Tests/functional/StatusLabelsCest.php rename to tests/functional/StatusLabelsCest.php diff --git a/Tests/functional/SuppliersCest.php b/tests/functional/SuppliersCest.php similarity index 100% rename from Tests/functional/SuppliersCest.php rename to tests/functional/SuppliersCest.php diff --git a/Tests/functional/UsersCest.php b/tests/functional/UsersCest.php similarity index 100% rename from Tests/functional/UsersCest.php rename to tests/functional/UsersCest.php diff --git a/Tests/functional/_bootstrap.php b/tests/functional/_bootstrap.php similarity index 100% rename from Tests/functional/_bootstrap.php rename to tests/functional/_bootstrap.php diff --git a/Tests/functional/func-part-1.txt b/tests/functional/func-part-1.txt similarity index 100% rename from Tests/functional/func-part-1.txt rename to tests/functional/func-part-1.txt diff --git a/Tests/functional/func-part-2.txt b/tests/functional/func-part-2.txt similarity index 100% rename from Tests/functional/func-part-2.txt rename to tests/functional/func-part-2.txt diff --git a/Tests/unit.suite.yml b/tests/unit.suite.yml similarity index 100% rename from Tests/unit.suite.yml rename to tests/unit.suite.yml