We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41b3fa commit fd15059Copy full SHA for fd15059
tests/SingletonTest.php
@@ -8,6 +8,7 @@
8
use Bavix\Wallet\Objects\EmptyLock;
9
use Bavix\Wallet\Objects\Operation;
10
use Bavix\Wallet\Services\CommonService;
11
+use Bavix\Wallet\Services\DbService;
12
use Bavix\Wallet\Services\ExchangeService;
13
use Bavix\Wallet\Services\LockService;
14
use Bavix\Wallet\Services\ProxyService;
@@ -124,6 +125,14 @@ public function testWalletService(): void
124
125
$this->assertEquals($this->getRefId(WalletService::class), $this->getRefId(WalletService::class));
126
}
127
128
+ /**
129
+ * @return void
130
+ */
131
+ public function testDbService(): void
132
+ {
133
+ $this->assertEquals($this->getRefId(DbService::class), $this->getRefId(DbService::class));
134
+ }
135
+
136
/**
137
* @return void
138
*/
0 commit comments