We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e86f5b commit 503eca9Copy full SHA for 503eca9
1 file changed
Tests/Model/AddressCollectionTest.php
@@ -20,9 +20,6 @@
20
*/
21
class AddressCollectionTest extends TestCase
22
{
23
- /**
24
- * @expectedException \Geocoder\Exception\CollectionIsEmpty
25
- */
26
public function testFirstOnEmpty()
27
28
$this->expectException(\Geocoder\Exception\CollectionIsEmpty::class);
0 commit comments