Skip to content

Commit

Permalink
Merge branch '2.x-dev' into new-asset-system
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 6, 2024
2 parents def9236 + 6fcbcfa commit 4163532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function testGetElementsByClassTypes()

$this->assertInstanceOf(Collection::class, $collection);
$this->assertContainsOnlyInstancesOf(TestableHtmlElement::class, $collection);
$this->assertSame(['Foo', 'Bar'], $collection->map->text->all());
$this->assertEquals(['Foo', 'Bar'], $collection->map->text->all());
}

public function testGetElementsByClassWithChildNodes()
Expand Down

0 comments on commit 4163532

Please sign in to comment.