We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43edeb commit e57120dCopy full SHA for e57120d
tests/unitTests/AssetOperationTest.php
@@ -29,7 +29,8 @@ public function testBuildFromArray()
29
'priority' => 99,
30
'metadata' => [
31
'foo' => 'bar'
32
- ]
+ ],
33
+ 'action' => 'add'
34
], 'bar/baz', 'vendor/bar/baz');
35
$this->assertSame(AssetOperation::ADD, $assetOperation->getOperation());
36
$this->assertSame('foo', $assetOperation->getAsset()->getValue());
0 commit comments