diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php index 0dadfea4290cb1ebb8d0ab67daf5c491772dfb84..9efa43917e9357fa7da892563b3fb3270bb60a08 100644 --- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php +++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php @@ -271,6 +271,7 @@ class Test_Piwik_ReleaseCheckListTest extends PHPUnit_Framework_TestCase strpos($file, '/lang/') !== false || strpos($file, 'yuicompressor') !== false || strpos($file, '/libs/bower_components') !== false || + (strpos($file, '/vendor') !== false && strpos($file, '/vendor/piwik') === false) || strpos($file, '/tmp/') !== false ) { continue;