From 76743d22b97d99df59ba6c546a69b70d1aa421cd Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Fri, 24 Feb 2017 23:32:59 +0700 Subject: [PATCH] Remove unnecessary tests Test `testVendor` simple tests what composer.phar can be downloaded. This slows tests a lot, but doesn't give anything back. Drop it. --- test/recipe/CommonTest.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/recipe/CommonTest.php b/test/recipe/CommonTest.php index 2556eda8..f6989c1a 100644 --- a/test/recipe/CommonTest.php +++ b/test/recipe/CommonTest.php @@ -103,13 +103,6 @@ class CommonTest extends RecipeTester $this->assertTrue(is_writable($this->getEnv('release_path') . '/app/path/to/non-existed/folder')); } - public function testVendor() - { - $this->exec('deploy:vendors'); - - $this->assertFileExists($this->getEnv('release_path') . '/vendor/autoload.php'); - } - public function testSymlink() { $this->exec('deploy:symlink');