Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 31, 2020
1 parent c3290cf commit 48ca624
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
11 changes: 0 additions & 11 deletions T/t.xml

This file was deleted.

2 changes: 1 addition & 1 deletion T/Basic.php → Test/Basic.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Df\Phone\T;
namespace Df\Phone\Test;
// 2017-04-25
final class Basic extends TestCase {
/** @test 2017-04-24 */
Expand Down
4 changes: 2 additions & 2 deletions T/TestCase.php → Test/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Df\Phone\T;
namespace Df\Phone\Test;
// 2017-04-25
/** @see \Df\Phone\T\Basic */
/** @see \Df\Phone\Test\Basic */
abstract class TestCase extends \Df\Payment\TestCase {}
12 changes: 12 additions & 0 deletions Test/t.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='utf-8' ?>
<phpunit
bootstrap='../../../../dev/tests/unit/framework/bootstrap.php'
convertErrorsToExceptions='false'
convertNoticesToExceptions='false'
convertWarningsToExceptions='false'
>
<!-- 2020-01-31
We are forced use the `Test` namespace instead of `T` to be compatible with Magento Cloud:
https://github.com/mage2pro/core/issues/89#issuecomment-580592826 -->
<testsuite name='Phone'><directory suffix='.php'>.</directory></testsuite>
</phpunit>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 48ca624

Please sign in to comment.