Maybe an idea for bonfire, can you make it so that when you run the installer you can also add the database prefix? I know you can set this up for all the databases after you run the installer, but then you will still have some tables using the bf prefix.(tables added in the 001_Install_initial_tables.php) It would be nice if everything is using the same prefix.[/quote]
That's a great idea. I modified that last night (have been without internet access here at home for 2 days) and also pulled all of the install code into a core_module (where it should have been all along.)
Currently, am working on building out a testing framework to use with it. It's combining ideas from Toast, FuelCMS and SimpleTest. Have basic unit testing working (though, ironically enough, not fully tested yet) and will be starting on the Web_Tester next to allow testing generated pages, forms, etc. I'm pretty excited to actually have a testing framework that works with all of this stuff!