%PDF- %PDF-
Direktori : /var/www/html/geotechnics/api/vendor/benwilkins/laravel-fcm-notification/tests/ |
Current File : /var/www/html/geotechnics/api/vendor/benwilkins/laravel-fcm-notification/tests/TestCase.php |
<?php namespace Benwilkins\FCM\Tests; use Mockery; use PHPUnit\Framework\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { public function tearDown() { parent::tearDown(); if ($container = Mockery::getContainer()) { $this->addToAssertionCount($container->mockery_getExpectationCount()); } Mockery::close(); } } if (! function_exists('config')) { function config($key = null) { return 1; } }