????

Your IP : 3.147.7.83


Current Path : /home/thenclexdoctor.com/public_html/vendor/craftsys/msg91-laravel/tests/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/vendor/craftsys/msg91-laravel/tests/ServiceProviderTest.php

<?php

namespace Craftsys\Tests\Msg91;

use Craftsys\Msg91\Client;

class ServiceProviderTest extends TestCase
{
    /**
     * Define environment setup.
     *
     * @param  \Illuminate\Foundation\Application $app
     *
     * @return void
     */
    protected function getEnvironmentSetUp($app)
    {
        $app['config']->set('services.msg91.key', 'my_api_key');
    }

    /**
     * Test that we can create the Msg91 client
     * from container binding.
     *
     * @return void
     */
    public function testClientResolutionFromContainer()
    {
        $client = app(Client::class);
        $this->assertInstanceOf(Client::class, $client);
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...