From 1cbb47540059a8e7e1d265d8df6dfec39239d04c Mon Sep 17 00:00:00 2001 From: Victor Hugo Date: Mon, 7 Oct 2019 16:40:41 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20dos=20requisitos=20?= =?UTF-8?q?e=20testes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 8 ++++---- tests/ValidatorTestCase.php | 6 +++++- tests/bootstrap.php | 7 ------- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 tests/bootstrap.php diff --git a/composer.json b/composer.json index 9db8fd9..26ebf82 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ } ], "require": { - "laravel/framework": "^6.0" + "php": "^7.2" }, "require-dev": { - "laravel/laravel": "^6.0", - "phpunit/phpunit": "^7.5" + "phpunit/phpunit": "^8.3", + "orchestra/testbench": "^4.0" }, "autoload": { "psr-4": { @@ -25,4 +25,4 @@ "geekcom\\ValidatorDocs\\Tests\\": "tests" } } -} \ No newline at end of file +} diff --git a/tests/ValidatorTestCase.php b/tests/ValidatorTestCase.php index ab85dc7..2eb5c31 100644 --- a/tests/ValidatorTestCase.php +++ b/tests/ValidatorTestCase.php @@ -1,8 +1,12 @@ Date: Mon, 7 Oct 2019 16:48:45 -0300 Subject: [PATCH 2/2] Adicionando phpcs.xml --- phpcs.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 phpcs.xml diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..7fddbbd --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,6 @@ + + + ./ + ./vendor/* + + \ No newline at end of file