mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Define test classes as final
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class BooksTest extends TestCase
|
||||
final class BooksTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @throws \DariusIII\ItunesApi\Exceptions\InvalidProviderException
|
||||
|
||||
@@ -4,7 +4,7 @@ namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class SettingsTest extends TestCase
|
||||
final class SettingsTest extends TestCase
|
||||
{
|
||||
public function testSettingValue(): void
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@ require_once \dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
/**
|
||||
* Class InstallTest.
|
||||
*/
|
||||
class InstallTest extends \PHPUnit\Framework\TestCase
|
||||
final class InstallTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testFullInstall(): void
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ namespace Tests\Unit;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
final class ExampleTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* A basic test example.
|
||||
|
||||
Reference in New Issue
Block a user