Skip to content

Commit

Permalink
replace cantVCR with noVCR through the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinnio committed Jan 28, 2019
1 parent 75ccbfb commit 2ad2ce2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/PhpBrew/Command/AppCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* @large
* @group command
* @group cantVCR
* @group noVCR
*/
class AppCommandTest extends CommandTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/PhpBrew/Command/DownloadCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* @large
* @group command
* @group cantVCR
* @group noVCR
*/
class DownloadCommandTest extends CommandTestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/PhpBrew/Command/InstallCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @large
* @group command
* @group cantVCR
* @group noVCR
*/
class InstallCommandTest extends CommandTestCase
{
Expand Down
4 changes: 2 additions & 2 deletions tests/PhpBrew/Downloader/DownloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ public function tearDown() {
}

/**
* @group cantVCR
* @group noVCR
*/
public function testDownloadByWgetCommand()
{
$this->_test('PhpBrew\Downloader\WgetCommandDownloader');
}

/**
* @group cantVCR
* @group noVCR
*/
public function testDownloadByCurlCommand()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/PhpBrew/Extension/ExtensionInstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function setUp() {
}

/**
* @group cantVCR
* @group noVCR
*/
public function testPackageUrl()
{
Expand Down

0 comments on commit 2ad2ce2

Please sign in to comment.