for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Copyright (c) 2019 - present
* laravel-updown - UpDownTestp
* author: Roberto Belotti - [email protected]
* web : robertobelotti.com, github.com/biscolab
* Initial version created on: 15/2/2019
* MIT license: https://github.com/biscolab/laravel-updown/blob/master/LICENSE
*/
namespace Biscolab\LaravelUpDown\Tests;
use Biscolab\LaravelUpDown\UpDownBuilder;
* Class UpDownTest
* @package Biscolab\LaravelUpDown\Tests
class UpDownTest extends TestCase
{
* @test
public function testGetUpDownHelperReturnsUpDownBuilder()
$this->assertInstanceOf(UpDownBuilder::class, updown());
}
public function testGetUpDownApiKey()
$this->assertEquals(updown()->getUpDown()->getKey(), env('API_KEY', 'API_KEY'));
* @return void
public function setUp(): void
parent::setUp(); // TODO: Change the autogenerated stub