WordPoints / wordpoints

Points plugin for WordPress
GNU General Public License v2.0
20 stars 15 forks source link

Build errors on HHVM #317

Closed JDGrimes closed 9 years ago

JDGrimes commented 9 years ago

It runs fine until the end. Then this:

$ source $DEV_LIB_PATH/travis/after_script.sh
Fatal error: unknown class WP_Filesystem_Base in /home/travis/build/WordPoints/wordpoints/vendor/jdgrimes/wp-filesystem-mock/src/wp-filesystem-mock.php on line 18
JDGrimes commented 9 years ago

Maybe we could try running composer remove jdgrimes/wp-filesystem-mock after we're done running the tests?

JDGrimes commented 9 years ago

That fixed it.