eventbrite / eventbrite-sdk-php

0 stars 2 forks source link

Updating unit tests to work with phpunit 4.8 #4

Closed sfrench closed 8 years ago

sfrench commented 8 years ago

For now, we need the tests to work with the old version of phpunit (4.8). This change removes the namespacing and changes the inheriting class slightly.

There are also a couple other changes in here.