Skip to content

Commit e57120d

Browse files
Updated unit tests
1 parent f43edeb commit e57120d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unitTests/AssetOperationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public function testBuildFromArray()
2929
'priority' => 99,
3030
'metadata' => [
3131
'foo' => 'bar'
32-
]
32+
],
33+
'action' => 'add'
3334
], 'bar/baz', 'vendor/bar/baz');
3435
$this->assertSame(AssetOperation::ADD, $assetOperation->getOperation());
3536
$this->assertSame('foo', $assetOperation->getAsset()->getValue());

0 commit comments

Comments
 (0)