File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 19
19
*/
20
20
class GenerateCustomerTokenTest extends GraphQlAbstract
21
21
{
22
-
23
22
/**
24
23
* @var Logger
25
24
*/
@@ -192,9 +191,9 @@ public function testCustomerLogAfterGenerateCustomerToken(): void
192
191
protected function tearDown (): void
193
192
{
194
193
if ($ this ->logger ->get (1 )->getLastLoginAt ()) {
195
- /** @var AdapterInterface $connection */
196
194
/** @var ResourceConnection $resource */
197
195
$ resource = Bootstrap::getObjectManager ()->get (ResourceConnection::class);
196
+ /** @var AdapterInterface $connection */
198
197
$ connection = $ resource ->getConnection (ResourceConnection::DEFAULT_CONNECTION );
199
198
$ connection ->delete (
200
199
$ resource ->getTableName ('customer_log ' ),
You can’t perform that action at this time.
0 commit comments