mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Clean up tests.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* @SuppressWarnings("CamelCase")
|
||||
* @SuppressWarnings("short")
|
||||
*
|
||||
* Class CurrencyControllerCest
|
||||
*/
|
||||
class CurrencyControllerCest
|
||||
@@ -53,6 +57,9 @@ class CurrencyControllerCest
|
||||
$I->see('Currency "US Dollar" deleted');
|
||||
}
|
||||
|
||||
/**
|
||||
* @param FunctionalTester $I
|
||||
*/
|
||||
public function defaultCurrency(FunctionalTester $I)
|
||||
{
|
||||
$I->wantTo('make US Dollar the default currency');
|
||||
|
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* @SuppressWarnings("CamelCase")
|
||||
* @SuppressWarnings("short")
|
||||
* Class HomeControllerCest
|
||||
*/
|
||||
class HomeControllerCest
|
||||
|
@@ -1,12 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: sander
|
||||
* Date: 21/12/14
|
||||
* Time: 18:05
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @SuppressWarnings("CamelCase")
|
||||
* @SuppressWarnings("short")
|
||||
*
|
||||
* Class JsonControllerCest
|
||||
*/
|
||||
class JsonControllerCest
|
||||
|
@@ -1,6 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
* @SuppressWarnings("CamelCase")
|
||||
* @SuppressWarnings("short")
|
||||
*
|
||||
* Class PiggybankControllerCest
|
||||
*/
|
||||
class PiggyBankControllerCest
|
||||
|
Reference in New Issue
Block a user