Phactory\Sql\InflectorTest::inflectionExceptionProvider PHP Method

inflectionExceptionProvider() public method

    public function inflectionExceptionProvider()
    {
        return array(array('fish', 'fishes'), array('content', 'content'), array('anecdote', 'data'));
    }