-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3290cf
commit 48ca624
Showing
5 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters