mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Clean up tests.
This commit is contained in:
parent
eae96cd2af
commit
73008a35fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user