mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 23:28:39 +00:00
Spelling fix
This commit is contained in:
parent
0245fcf317
commit
f73d7f0d39
|
|
@ -126,7 +126,7 @@ class MoneyTest extends \PHPUnit\Framework\TestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The datatype correctly multiplies and devides the money with numerics
|
* @testdox The datatype correctly multiplies and divides the money with numerics
|
||||||
*/
|
*/
|
||||||
public function testMoneyMultDiv() : void
|
public function testMoneyMultDiv() : void
|
||||||
{
|
{
|
||||||
|
|
@ -146,7 +146,7 @@ class MoneyTest extends \PHPUnit\Framework\TestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox The datatype correctly handles the power opperator
|
* @testdox The datatype correctly handles the power operator
|
||||||
*/
|
*/
|
||||||
public function testMoneyPower() : void
|
public function testMoneyPower() : void
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user