Michael Cummings
Michael Cummings
So it's now almost 2 years later and Behat is now on v3.5 and PHPSpec is on v5.1 and this still doesn't work so can we get an update at...
I did still had same problem
The problem I have with Details is the output exceeds my very large scroll-back buffer so I can't find out the name of the problem packages and there's no good...
So is this bug being fixed or ?
Have a look at https://github.com/Dragonrun1/phpspec-code-coverage/ where a couple of us are trying to give a little support for updates.
Try posting this issue again against my branch and we'll see what we can do to help. https://github.com/Dragonrun1/phpspec-code-coverage/
``` +-------------+------------+ | COLUMN_NAME | TABLE_NAME | +-------------+------------+ | id | junk | +-------------+------------+ ``` I've also now try testing it with Ubuntu thru WSL2 as well as from other...
Just something else I noticed the generated schema.rs file is completely empty but the `junk` and `__diesel_schema_migrations` tables are create correctly as I would expect from past use of the...
I've also looked at and tries some migrations from an old project where I was using diesel where I know I don't have any problems and they are also showing...
Here's a log on master branch test run: ``` cargo test --no-default-features --features mysql Updating crates.io index Compiling proc-macro2 v1.0.27 Compiling unicode-xid v0.2.2 Compiling syn v1.0.72 Compiling winapi v0.3.9 Compiling...