mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
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.
This commit is contained in:
parent
42fcc6938a
commit
76743d22b9
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user