Page MenuHomeDevCentral

D320.diff
No OneTemporary

D320.diff

diff --git a/app/Console/Commands/PhabricatorGetProjectsMap.php b/app/Console/Commands/PhabricatorProjectsMap.php
rename from app/Console/Commands/PhabricatorGetProjectsMap.php
rename to app/Console/Commands/PhabricatorProjectsMap.php
--- a/app/Console/Commands/PhabricatorGetProjectsMap.php
+++ b/app/Console/Commands/PhabricatorProjectsMap.php
@@ -7,7 +7,7 @@
use ProjectsMap;
use Services;
-class PhabricatorGetProjectsMap extends Command {
+class PhabricatorProjectsMap extends Command {
/**
* The name and signature of the console command.
*
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php
--- a/app/Console/Kernel.php
+++ b/app/Console/Kernel.php
@@ -15,7 +15,7 @@
protected $commands = [
\Nasqueron\Notifications\Console\Commands\ConfigShow::class,
\Nasqueron\Notifications\Console\Commands\Inspire::class,
- \Nasqueron\Notifications\Console\Commands\PhabricatorGetProjectsMap::class,
+ \Nasqueron\Notifications\Console\Commands\PhabricatorProjectsMap::class,
];
/**
diff --git a/tests/Console/Commands/PhabricatorGetProjectsMapTest.php b/tests/Console/Commands/PhabricatorProjectsMapTest.php
rename from tests/Console/Commands/PhabricatorGetProjectsMapTest.php
rename to tests/Console/Commands/PhabricatorProjectsMapTest.php
--- a/tests/Console/Commands/PhabricatorGetProjectsMapTest.php
+++ b/tests/Console/Commands/PhabricatorProjectsMapTest.php
@@ -4,12 +4,12 @@
use Nasqueron\Notifications\Services\Service;
-class PhabricatorGetProjectsMapTest extends TestCase {
+class PhabricatorProjectsMapTest extends TestCase {
/**
* @var string
*/
- protected $class = 'Nasqueron\Notifications\Console\Commands\PhabricatorGetProjectsMap';
+ protected $class = 'Nasqueron\Notifications\Console\Commands\PhabricatorProjectsMap';
public function setUp () {
parent::setUp();

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 04:58 (12 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2309020
Default Alt Text
D320.diff (1 KB)

Event Timeline