1 | <?php |
||
6 | class ShippableProductTest extends SapphireTest |
||
7 | { |
||
8 | /** |
||
9 | * @var string |
||
10 | */ |
||
11 | protected static $fixture_file = 'foxystripe/tests/FoxyStripeTest.yml'; |
||
12 | |||
13 | /** |
||
14 | * Test the {@link ShippableProduct::validate()} validation is working properly |
||
15 | */ |
||
16 | public function testProductWeightValidation() |
||
36 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.