Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3918326
D788.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D788.diff
View Options
diff --git a/app/Facades/Services.php b/app/Facades/Services.php
--- a/app/Facades/Services.php
+++ b/app/Facades/Services.php
@@ -5,7 +5,7 @@
use Illuminate\Support\Facades\Facade;
/**
- * @see \Nasqueron\Notifications\Services\Services
+ * @see \Nasqueron\Notifications\Config\Services\Services
*/
class Services extends Facade {
diff --git a/tests/Console/Commands/ConfigShowTest.php b/tests/Console/Commands/ConfigShowTest.php
--- a/tests/Console/Commands/ConfigShowTest.php
+++ b/tests/Console/Commands/ConfigShowTest.php
@@ -15,7 +15,7 @@
protected $class = 'Nasqueron\Notifications\Console\Commands\ConfigShow';
/**
- * Nasqueron\Notifications\Services\Services
+ * Nasqueron\Notifications\Config\Services\Services
*/
private $servicesMock;
diff --git a/tests/Console/Commands/TestCase.php b/tests/Console/Commands/TestCase.php
--- a/tests/Console/Commands/TestCase.php
+++ b/tests/Console/Commands/TestCase.php
@@ -64,7 +64,7 @@
protected function mockServices () {
// Inject into our container a mock of Services
- $mock = Mockery::mock('Nasqueron\Notifications\Services\Services');
+ $mock = Mockery::mock('Nasqueron\Notifications\Config\Services\Services');
$this->app->instance('services', $mock);
return $mock;
diff --git a/tests/Services/ServiceTest.php b/tests/Services/ServiceTest.php
--- a/tests/Services/ServiceTest.php
+++ b/tests/Services/ServiceTest.php
@@ -8,12 +8,12 @@
class ServiceTest extends TestCase {
/**
- * @var \Nasqueron\Notifications\Services\Service
+ * @var \Nasqueron\Notifications\Config\Services\Service
*/
private $serviceWithInstance;
/**
- * @var \Nasqueron\Notifications\Services\Service
+ * @var \Nasqueron\Notifications\Config\Services\Service
*/
private $serviceWithoutInstance;
@@ -23,7 +23,7 @@
$this->serviceWithInstance = clone $this->serviceWithoutInstance;
$this->serviceWithInstance->instance = "http://www.perdu.com";
}
-
+
///
/// Tests for getInstanceName()
///
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 06:32 (13 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2309196
Default Alt Text
D788.diff (2 KB)
Attached To
Mode
D788: Fix Services namespace in tests
Attached
Detach File
Event Timeline
Log In to Comment