Regaez / grav-plugin-api

A REST API plugin for GravCMS
MIT License
27 stars 6 forks source link

fix: PageResource test throws exception #36

Closed Regaez closed 5 years ago

Regaez commented 5 years ago

The following error message is output when trying to run the PageResourceTest::testGetResourceAttributesReturnsPageData() function:

[UnexpectedValueException] RecursiveDirectoryIterator::__construct(): 
Unable to find the wrapper "theme" - did you forget to enable it when you configured PHP?
Regaez commented 5 years ago

It seems to be caused by the extra field on a Page.

Regaez commented 5 years ago

See 3c647d9 for fix. Had to configure() the themes wrapper.