Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3919334
D320.id758.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D320.id758.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:37 (17 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2309020
Default Alt Text
D320.id758.diff (1 KB)
Attached To
Mode
D320: PhabricatorGetProjectsMap → PhabricatorProjectsMap
Attached
Detach File
Event Timeline
Log In to Comment