PhpUnitsOfMeasure / php-units-of-measure

A library for handling physical quantities and the units of measure in which they're represented.
MIT License
305 stars 77 forks source link

Improved UOM mock in AbstractPhysicalQuantityTest #65

Closed triplepoint closed 7 years ago

triplepoint commented 7 years ago

In order to address difficulties with pull request #64, this fix mocks out UnitOfMeasureInterface::isAliasOf() for the AbstractPhysicalQuantityTest unit test mock.