Skip to content

Commit 0326feb

Browse files
author
palPalani
committed
Fixed tests
1 parent 360040b commit 0326feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class ExampleTest extends TestCase
66
{
77
/** @test */
8-
public function true_is_true()
8+
public function true_is_true(): void
99
{
1010
$this->assertTrue(true);
1111
}

tests/QueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Class QueueTest
1010
* @package palPalani\SqsQueueReader\Tests
1111
*/
12-
class QueueTest extends \PHPUnit\Framework\TestCase
12+
class QueueTest extends TestCase
1313
{
1414
/**
1515
* @test

0 commit comments

Comments
 (0)