* @author Jonathan H. Wage */ interface OrderedFixtureInterface { /** * Get the order of this fixture * * @return integer */ public function getOrder(); }