From 48ca6249af1673c771c38197cdc46c18f8ed8a6d Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Fri, 31 Jan 2020 14:56:19 +0600 Subject: [PATCH] 1.1.0 --- T/t.xml | 11 ----------- {T => Test}/Basic.php | 2 +- {T => Test}/TestCase.php | 4 ++-- Test/t.xml | 12 ++++++++++++ composer.json | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 T/t.xml rename {T => Test}/Basic.php (80%) rename {T => Test}/TestCase.php (56%) create mode 100644 Test/t.xml diff --git a/T/t.xml b/T/t.xml deleted file mode 100644 index 4b2453c..0000000 --- a/T/t.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - . - - \ No newline at end of file diff --git a/T/Basic.php b/Test/Basic.php similarity index 80% rename from T/Basic.php rename to Test/Basic.php index 57ffd81..77b925b 100644 --- a/T/Basic.php +++ b/Test/Basic.php @@ -1,5 +1,5 @@ + + + . + \ No newline at end of file diff --git a/composer.json b/composer.json index a4ad69b..17214f5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/phone" - ,"version": "1.0.13" + ,"version": "1.1.0" ,"description": "A telephone numbers handling library for my Magento 2 extensions." ,"type": "magento2-module" ,"homepage": "https://github.com/mage2pro/phone"