Skip to content

Commit 17499cb

Browse files
committed
remove test for implemented events
1 parent da725c3 commit 17499cb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: tests/TestCase/Controller/Component/ApiPaginationComponentTest.php

-12
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ public function tearDown()
4040
parent::tearDown();
4141
}
4242

43-
/**
44-
* Simple test to check if implementedEvents returns an empty array.
45-
*/
46-
public function testImplementedEvents()
47-
{
48-
$apiPaginationComponent = new ApiPaginationComponent($this->controller->components());
49-
$result = $apiPaginationComponent->implementedEvents();
50-
$expected = [];
51-
52-
$this->assertSame($expected, $result);
53-
}
54-
5543
/**
5644
* Test that a non API or paginated request returns null.
5745
*

0 commit comments

Comments
 (0)