Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
21
vendor/laracon21/combinations/tests/ExampleTest.php
vendored
Normal file
21
vendor/laracon21/combinations/tests/ExampleTest.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Laracon21\Combinations\Tests;
|
||||
|
||||
use Orchestra\Testbench\TestCase;
|
||||
use Laracon21\Combinations\CombinationsServiceProvider;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
|
||||
protected function getPackageProviders($app)
|
||||
{
|
||||
return [CombinationsServiceProvider::class];
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function true_is_true()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user