Skip to content

Commit

Permalink
Add tests for SlotVar
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed May 16, 2021
1 parent f8e5622 commit d1e176e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Phing/Util/StringHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ public function slotVarProvider()
['%{}', ''],
['%{ }', ''],
[' %{ slot.var } ', 'slot.var'],
['FooBarBaz', 'FooBarBaz'],
];
}
}

0 comments on commit d1e176e

Please sign in to comment.