This commit is contained in:
DariusIII
2024-11-28 14:10:08 +01:00
parent beabf666d4
commit 8817f9e985
13 changed files with 14 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* Fanart.TV
* PHP class - wrapper for Fanart.TV's API
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -1,4 +1,5 @@
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* @author Mark Redeman <markredeman@gmail.com>
* @copyright (c) 2014, Mark Redeman
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* This script will convert releases table imdbid column
* from zerofilled int to varchar(15).
+1
View File
@@ -1,4 +1,5 @@
<?php
/**
* This script will convert releases table imdbid column
* from zerofilled int to varchar(15).
@@ -1,4 +1,5 @@
<?php
/*
* This script attempts to clean release names using the NFO, file name and release name, Par2 file.
* A good way to use this script is to use it in this order: php fixReleaseNames.php 3 true other yes
+1 -1
View File
@@ -6,7 +6,7 @@ use Tests\TestCase;
final class SettingsTest extends TestCase
{
public function testSettingValue(): void
public function test_setting_value(): void
{
$name = config('app.name');
+2 -1
View File
@@ -1,4 +1,5 @@
<?php
/**
* This file is part of NNTmux.
*
@@ -20,7 +21,7 @@ require_once \dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
*/
final class InstallTest extends \PHPUnit\Framework\TestCase
{
public function testFullInstall(): void
public function test_full_install(): void
{
passthru('php '.base_path().'/artisan migrate:fresh --seed');