8000 fabbot · symfony/symfony@a340568 · GitHub
[go: up one dir, main page]

Skip to content

Commit a340568

Browse files
committed
fabbot
1 parent 8a4e8ff commit a340568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/Tests/AssetMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testAllAssets()
7070

7171
$assets = $assetMapper->allAssets();
7272
$this->assertIsIterable($assets);
73-
$assets = \iterator_to_array($assets);
73+
$assets = iterator_to_array($assets);
7474
$this->assertCount(8, $assets);
7575
$this->assertInstanceOf(MappedAsset::class, $assets[0]);
7676
}

0 commit comments

Comments
 (0)
0