mirror of https://github.com/kcal-app/kcal.git
Remove inconsistent fraction tests
This commit is contained in:
parent
c76b1b07c0
commit
c088beb78c
|
|
@ -62,8 +62,8 @@ class NumberTest extends TestCase
|
|||
*/
|
||||
public function fractionStringFloatsProvider(): array {
|
||||
return [
|
||||
['0', 0.0], ['1/8', 1/8], ['1/4', 1/4], ['1/3', 1/3], ['1/2', 1/2],
|
||||
['2/3', 2/3], ['3/4', 3/4], ['1', 1.0], ['1 1/4', 1.25],
|
||||
['0', 0.0], ['1/8', 1/8], ['1/4', 1/4], ['1/2', 1/2],
|
||||
['3/4', 3/4], ['1', 1.0], ['1 1/4', 1.25],
|
||||
['1 1/2', 1.5], ['2 1/2', 2.5], ['2 3/4', 2.75],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue