getTestUser()->getUser(); $centralId = Utils::getPushUserId( $user ); $job = $notifier->createJob( $user ); $this->assertInstanceOf( NotificationRequestJob::class, $job ); $this->assertSame( 'EchoPushNotificationRequest', $job->getType() ); $this->assertSame( $centralId, $job->getParams()['centralId'] ); } }