FamilySearch / gedcomx-php

PHP SDK for GEDCOM X Processing. See the documentation at
http://familysearch.github.io/gedcomx-php/
Other
35 stars 15 forks source link

Make Tests Reliable #36

Closed jimmyz closed 9 years ago

jimmyz commented 9 years ago

Every time the tests run, a new random failure appears. There is something strange going on between the tests and the Sandbox API that is causing tests to fail or error out. I believe the testing strategy needs to be reworked to focus on Unit tests. Later, functional tests may be re-introduced, but the current situation makes it nearly impossible to get a build to pass.

justincy commented 9 years ago

I just fixed php-vcr. Does that change things?

jimmyz commented 9 years ago

Tests are passing reliably now.