Re: cakePHP 3.0.0-RC2 documentation, Testing

2015-02-15 Thread Andrew Lechowicz
I was going to say: I'm curious, what happens if you run it with the composer installed > phpunit? Your command will be something like > `vendor/bin/phpunit tests/TestCase/View/Helper/`. But then I noticed your path: `E:\web\cake3-rc2\vendor\`. You should never add/edit/remove any file mainta

Re: cakePHP 3.0.0-RC2 documentation, Testing

2015-02-15 Thread Lorne Dudley
Hello Andrew ! OK, I tried this. E:\web\cake3-rc2>php composer.phar dump-autoload Generating autoload files Then E:\web\cake3-rc2>phpunit vendor/cakephp/bake/tests/TestCase/View/Helper/ProgressHelperTest.php PHPUnit 4.5.0 by Sebastian Bergmann and contributors. Configuration read from E:\web\ca

Re: Cake Architecture

2015-02-15 Thread HVan
Actually take out option 3 - I've tried for a couple weeks and have yet to get even the simplest cakephp 3 plugin to function, so I've given up on using plugins. On Sunday, February 15, 2015 at 8:25:56 AM UTC-8, HVan wrote: > > Let's say I have a table Screenings that holds a number of different

Cake Architecture

2015-02-15 Thread HVan
Let's say I have a table Screenings that holds a number of different screenings and profiles on different people. Then, I have an operation that performs a background check on them (eg. a blacklist check that has no database operations; just a bunch of curl API calls). Where should I place the