Skip to content

Commit

Permalink
Add tests for the Maven exclusion pattern from #30
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Oct 14, 2018
1 parent a7f3b54 commit 36704b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AsimovTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class AsimovTest extends TestCase
* @test
* @testWith ["Bower", "bower.json", "bower_components"]
* ["Composer", "composer.json", "vendor"]
* ["Maven", "pom.xml", "target"]
* ["Node", "package.json", "node_modules"]
* ["Vagrant", "Vagrantfile", ".vagrant"]
*/
Expand Down

0 comments on commit 36704b1

Please sign in to comment.