%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/geotechnics/api/vendor/benwilkins/laravel-fcm-notification/tests/
Upload File :
Create Path :
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;
    }
}

Zerion Mini Shell 1.0