Skip to content

Commit

Permalink
change: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Jul 24, 2020
1 parent 1eb87e0 commit de4ae27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/MTNMobileMoney/Collection/MomoPayment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Bow\Payment\MTNMobile\Money
namespace Bow\Payment\MTNMobileMoney\Collection;

class MomoPayment
{
Expand Down
5 changes: 0 additions & 5 deletions tests/OrangeMoneyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

class OrangeMoneyTest extends \PHPUnit\Framework\TestCase
{
public function testEnvironment()
{

}

public function testGetToken()
{
$stub = $this->createMock(OrangeMoneyTokenGenerator::class);
Expand Down

0 comments on commit de4ae27

Please sign in to comment.