Skip to content

Commit 850f6a9

Browse files
committed
move the snsqs tests at the end
1 parent 50c6b12 commit 850f6a9

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

phpunit.xml.dist

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
<directory>pkg/sns/Tests</directory>
6969
</testsuite>
7070

71-
<testsuite name="snsqs transport">
72-
<directory>pkg/snsqs/Tests</directory>
73-
</testsuite>
74-
7571
<testsuite name="pheanstalk transport">
7672
<directory>pkg/pheanstalk/Tests</directory>
7773
</testsuite>
@@ -123,6 +119,10 @@
123119
<testsuite name="monitoring">
124120
<directory>pkg/monitoring/Tests</directory>
125121
</testsuite>
122+
123+
<testsuite name="snsqs transport">
124+
<directory>pkg/snsqs/Tests</directory>
125+
</testsuite>
126126
</testsuites>
127127

128128
<php>

pkg/snsqs/Tests/Spec/SnsQsSendToTopicAndReceiveNoWaitFromQueueTest.php

-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ class SnsQsSendToTopicAndReceiveNoWaitFromQueueTest extends SendToTopicAndReceiv
1616
use RetryTrait;
1717
use SnsQsFactoryTrait;
1818

19-
protected function setUp(): void
20-
{
21-
try {
22-
$this->cleanUpSnsQs();
23-
} catch (\Exception $e) {
24-
}
25-
}
26-
2719
protected function tearDown(): void
2820
{
2921
parent::tearDown();

0 commit comments

Comments
 (0)