Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
update directories
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLer committed Jul 4, 2015
1 parent 0376b65 commit 2dc5365
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 109 deletions.
193 changes: 88 additions & 105 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Lib/CakeResque.php → src/CakeResque.php
@@ -1,5 +1,5 @@
<?php
namespace Resque\Lib;
namespace Resque;

/**
* CakeResque Lib File
Expand Down
File renamed without changes.
@@ -1,5 +1,5 @@
<?php
namespace Resque\Lib;
namespace Resque;


/**
Expand Down
@@ -1,6 +1,7 @@
<?php
namespace Resque\shell\Command;
namespace Resque\shell;

use Cake\Console\Shell;

/**
* CakeResque Shell File
Expand Down
File renamed without changes.
Expand Up @@ -2,14 +2,15 @@

// Used to mock the filesystem
use org\bovigo\vfs\vfsStream;
use Cake\TestSuite\TestCase;

App::uses('ConsoleOutput', 'Console');
App::uses('ConsoleInput', 'Console');
App::uses('ShellDispatcher', 'Console');
App::uses('Shell', 'Console');
App::uses('CakeResqueShell', 'CakeResque.Console/Command');

class CakeResqueShellTest extends CakeTestCase
class CakeResqueShellTest extends TestCase
{

public function setUp()
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2dc5365

Please sign in to comment.