- DOI implementation wit unit testing
This commit is contained in:
parent
7f9bd089b1
commit
9b6a6469d7
20 changed files with 2128 additions and 360 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
namespace Tests;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
|
@ -11,7 +12,6 @@ class ExampleTest extends TestCase
|
|||
public function testBasicExample()
|
||||
{
|
||||
$response = $this->call('GET', '/');
|
||||
|
||||
$this->assertEquals(200, $response->getStatusCode());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue