]> git.pld-linux.org Git - packages/composer.git/commitdiff
skip tests that do not work on old phpunit we have in repo auto/th/composer-1.0.0-17.beta1.1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 21 Mar 2016 13:46:50 +0000 (15:46 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 21 Mar 2016 13:46:50 +0000 (15:46 +0200)
composer.spec

index a3198aa46add040c36f134a21a0b85c1db2be442..c9549a405483f3dbc7cf813add0da2b17fbbf09f 100644 (file)
@@ -113,12 +113,16 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 # needs newer phpunit:
 # missing method PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturn()
+rm tests/Composer/Test/ApplicationTest.php
 rm tests/Composer/Test/EventDispatcher/EventDispatcherTest.php
 rm tests/Composer/Test/IO/ConsoleIOTest.php
 rm tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php
 rm tests/Composer/Test/Package/RootAliasPackageTest.php
 rm tests/Composer/Test/Package/Version/VersionGuesserTest.php
 rm tests/Composer/Test/Util/GitHubTest.php
+rm tests/Composer/Test/Util/GitLabTest.php
+# Call to undefined method Composer\Test\Repository\Vcs\GitLabDriverTest::prophesize()
+rm tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php
 
 %build
 %if %{with tests}
This page took 0.091716 seconds and 4 git commands to generate.