mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Blacklight;
|
||||
namespace Tests\Feature;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Tests\TestCase;
|
||||
|
||||
class BooksTest extends TestCase
|
||||
{
|
||||
|
||||
@@ -6,11 +6,12 @@
|
||||
* Time: 11.41
|
||||
*/
|
||||
|
||||
namespace app\Models;
|
||||
namespace Tests\Feature;
|
||||
|
||||
use App\Models\Settings;
|
||||
use Tests\TestCase;
|
||||
|
||||
class SettingsTest extends \PHPUnit_Framework_TestCase
|
||||
class SettingsTest extends TestCase
|
||||
{
|
||||
public function testSettingValue()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user