Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -4,7 +4,8 @@ use App\Support\Math;
|
||||
|
||||
class MathTest extends TestCase
|
||||
{
|
||||
public function setUp() {
|
||||
public function setUp()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -25,9 +26,8 @@ class MathTest extends TestCase
|
||||
['expected' => 88, 'fn' => Math::addPercent('100', '-12%')],
|
||||
];
|
||||
|
||||
foreach($tests as $test) {
|
||||
foreach ($tests as $test) {
|
||||
$this->assertEquals($test['expected'], $test['fn']);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user