Skip to content

Commit

Permalink
Change tests namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Jan 31, 2019
1 parent f3ff253 commit 4ad37c1
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"autoload-dev": {
"psr-4": {
"RKD\\BanklinkTests\\": "tests"
"RKD\\Banklink\\Test\\": "tests"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/CoopPankTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for Coop Pank banklink.
Expand Down
2 changes: 1 addition & 1 deletion tests/DanskebankTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for Danskebank banklink.
Expand Down
2 changes: 1 addition & 1 deletion tests/EstcardTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

use PHPUnit\Framework\TestCase;
use RKD\Banklink;
Expand Down
2 changes: 1 addition & 1 deletion tests/LHVTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for LHV banklink.
Expand Down
2 changes: 1 addition & 1 deletion tests/LiisiTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for Liisi banklink.
Expand Down
2 changes: 1 addition & 1 deletion tests/LuminorTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for Luminor banklink.
Expand Down
2 changes: 1 addition & 1 deletion tests/NordeaTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for Nordea banklink.
Expand Down
2 changes: 1 addition & 1 deletion tests/PocopayTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for LHV banklink.
Expand Down
2 changes: 1 addition & 1 deletion tests/Protocol/ECommerceTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests\ECommerce;
namespace RKD\Banklink\Test\ECommerce;

use PHPUnit\Framework\TestCase;
use RKD\Banklink\Protocol\ECommerce;
Expand Down
2 changes: 1 addition & 1 deletion tests/Protocol/Helper/ProtocolHelperTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests\Protocol\Helper;
namespace RKD\Banklink\Test\Protocol\Helper;

use PHPUnit\Framework\TestCase;
use RKD\Banklink\Protocol\Helper\ProtocolHelper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Protocol/IPizzaTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests\IPizza;
namespace RKD\Banklink\Test\IPizza;

use PHPUnit\Framework\TestCase;
use RKD\Banklink\Protocol\Helper\ProtocolHelper;
Expand Down
2 changes: 1 addition & 1 deletion tests/Protocol/LiiziPaymentTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests\IPizza;
namespace RKD\Banklink\Test\IPizza;

use RKD\Banklink\Protocol\LiisiPayment;

Expand Down
2 changes: 1 addition & 1 deletion tests/SEBTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

use PHPUnit\Framework\TestCase;
use RKD\Banklink;
Expand Down
2 changes: 1 addition & 1 deletion tests/SwedbankTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RKD\BanklinkTests;
namespace RKD\Banklink\Test;

/**
* Test suite for Swedbank banklink.
Expand Down

0 comments on commit 4ad37c1

Please sign in to comment.