You cant use this "as is" with composer. This was something I could not find in the documentation. You must have the following "use" keyword
use Phactory\Sql\Phactory;
at the beginning of your file if you want to use it as it is currently documented. You will get the following error otherwise:
Fatal error: Class 'Phactory' not found in ...
I was really excited to use this library in my unit tests... until none of it really worked. The documentation is horribly outdated. I appreciate the attempt made to make this a composer package, however it does not work at all, and I constantly keep getting errors as I "fix" one item after another.
You cant use this "as is" with composer. This was something I could not find in the documentation. You must have the following "use" keyword
at the beginning of your file if you want to use it as it is currently documented. You will get the following error otherwise:
I was really excited to use this library in my unit tests... until none of it really worked. The documentation is horribly outdated. I appreciate the attempt made to make this a composer package, however it does not work at all, and I constantly keep getting errors as I "fix" one item after another.