Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arturskonfino committed Nov 21, 2020
1 parent f43edeb commit e57120d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unitTests/AssetOperationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public function testBuildFromArray()
'priority' => 99,
'metadata' => [
'foo' => 'bar'
]
],
'action' => 'add'
], 'bar/baz', 'vendor/bar/baz');
$this->assertSame(AssetOperation::ADD, $assetOperation->getOperation());
$this->assertSame('foo', $assetOperation->getAsset()->getValue());
Expand Down

0 comments on commit e57120d

Please sign in to comment.