Page MenuHomeDevCentral

D788.id1992.diff
No OneTemporary

D788.id1992.diff

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

Mime Type
text/plain
Expires
Mon, Oct 7, 21:21 (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2181065
Default Alt Text
D788.id1992.diff (2 KB)

Event Timeline