From 00f74f2998cca4dc0e6385f4827a35cf9a1e7df1 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Tue, 12 May 2015 13:32:51 +0700 Subject: [PATCH] Debug tests. --- test/recipe/CommonTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/recipe/CommonTest.php b/test/recipe/CommonTest.php index 6dc3d76d..01a5f9b5 100644 --- a/test/recipe/CommonTest.php +++ b/test/recipe/CommonTest.php @@ -96,6 +96,7 @@ class CommonTest extends RecipeTester $this->exec('deploy:symlink'); $this->assertTrue(realpath($this->getEnv('deploy_path') . '/current') !== false); + print_r(scandir($this->getEnv('deploy_path'))); $this->assertFalse(file_exists($this->getEnv('deploy_path') . '/release'), 'Symlink to release directory must gone after deploy:symlink.'); }