Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 31, 2020
1 parent 349d0d6 commit c836394
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 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 Dfe\Salesforce\T;
namespace Dfe\Salesforce\Test;
use Dfe\Salesforce\Settings\General as G;
use Dfe\Salesforce\API\Facade as F;
// 2017-07-08
Expand Down
2 changes: 1 addition & 1 deletion T/TestCase.php → Test/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Dfe\Salesforce\T;
namespace Dfe\Salesforce\Test;
// 2017-07-08
/** @see \Df\Zoho\T\Basic */
abstract class TestCase extends \Df\Core\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='Salesforce'><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/salesforce"
,"version": "0.0.8"
,"version": "0.0.9"
,"description": "Salesforce integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/salesforce"
Expand Down

0 comments on commit c836394

Please sign in to comment.