X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2FsiteSetUnitTest.php;fp=vendor%2Fdrush%2Fdrush%2Ftests%2FsiteSetUnitTest.php;h=0000000000000000000000000000000000000000;hp=3b2bf79ac940f79aaede37f881d682bc1a0bb9a1;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/tests/siteSetUnitTest.php b/vendor/drush/drush/tests/siteSetUnitTest.php deleted file mode 100644 index 3b2bf79ac..000000000 --- a/vendor/drush/drush/tests/siteSetUnitTest.php +++ /dev/null @@ -1,25 +0,0 @@ -is_windows()) { - $this->markTestSkipped('Site-set not currently available on Windows.'); - } - - $tmp_path = UNISH_TMP; - putenv("TMPDIR=$tmp_path"); - $posix_pid = posix_getppid(); - $username = drush_get_username(); - - $expected_file = UNISH_TMP . '/drush-env-' . $username . '/drush-drupal-site-' . $posix_pid; - $filename = drush_sitealias_get_envar_filename(); - - $this->assertEquals($expected_file, $filename); - } -}