Skip to content

Commit 26b3b22

Browse files
committed
more coverage tests, added helpers, fix in helper calls
1 parent f5e0660 commit 26b3b22

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/Feature/FeatureExample.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace Jncalderon\LaravelApi\Tests\Feature;
4+
5+
use Jncalderon\LaravelApi\Tests\TestCase;
6+
7+
class FeatureExample extends TestCase
8+
{
9+
/** @test */
10+
public function example_test()
11+
{
12+
$this->assertTrue(true);
13+
}
14+
}

0 commit comments

Comments
 (0)