mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-02-25 18:45:27 -06:00 
			
		
		
		
	Finish command tests
This commit is contained in:
		@@ -41,8 +41,6 @@ declare(strict_types=1);
 | 
			
		||||
 * along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
use Illuminate\Foundation\Inspiring;
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
|--------------------------------------------------------------------------
 | 
			
		||||
| Console Routes
 | 
			
		||||
@@ -53,9 +51,3 @@ use Illuminate\Foundation\Inspiring;
 | 
			
		||||
| simple approach to interacting with each command's IO methods.
 | 
			
		||||
|
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
Artisan::command(
 | 
			
		||||
    'inspire', function () {
 | 
			
		||||
    $this->comment(Inspiring::quote());
 | 
			
		||||
}
 | 
			
		||||
)->describe('Display an inspiring quote');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user