Skip to content

Commit e66b8e8

Browse files
committed
Remove accidental copy-paste
1 parent 5d72327 commit e66b8e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/DataTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,6 @@ public function testOffsetGet()
240240
$this->assertEquals(['c1', 'c2', 'c3'], $data['c']);
241241
$this->assertNull($data['foo'], 'Foo should not exist');
242242
$this->assertNull($data['f.g.h.i']);
243-
244-
$this->expectException(RuntimeException::class);
245-
246-
$data = $wrappedData->getData('wrapped.sampleData.a');
247243
}
248244

249245
public function testOffsetSet()

0 commit comments

Comments
 (0)