tripal / TripalTestSuite

Handle drupal bootstrapping, load environment variables, and easily wrap your tests in DB transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's give MenuCaller another go

almasaeed2010 opened this issue · comments

Currently HTTP tests can't utilize actingAs and data seeded using a transaction. In the past we've attempted to execute the menu item directly and simulate a full request. I think we can do that in a better way now.