amateescu / search_api_solr

11 stars 14 forks source link

Fix tests #79

Closed drunken-monkey closed 8 years ago

drunken-monkey commented 8 years ago

See the d.o issue.

Berdir commented 8 years ago

Ok, the test actually passed awesome.

It's running twice, because we now run it with run-tests.sh and phpunit. I think we should just disable run-tests.sh in the script until we have non-phpunit tests.

Also, phpunit failed because I guess the path to it needs to be updated or so.

We can do all that in separate PR's/issues.

drunken-monkey commented 8 years ago

I think we should just disable run-tests.sh in the script until we have non-phpunit tests.

We do have an IntegrationTest, too. That passed already before, though.

Berdir commented 8 years ago

This was committed.