Jad Bitar
Jad Bitar
@mistaguy, screenshots of?
A helper on top of that is totally fine and actually the right way to go I believe.
Am here, am here... just haven't been having the greatest of times, though things are starting to be much better. I don't have time to add tests myself ATM, so...
Thanks! And sorry for the delay. Mind adding some tests?
The changes look like an improvement to me. Haven't played with TravisCI in a while. @ADmad maybe you can quickly spot why some tests are failing? I see some CS...
I agree with @ADmad. While I don't have such a use case in mind, I do have a suggestion for a solution. Adding `isVirtual` config would allow us to do...
```php $this->_table->getSchema()->getColumn($this->getConfig('field'))['length'] ``` So unless the configured slug field isn't an actual column in the table, why would `TableSchema::getColumn()` return `null`?
This should also require `@stable` were possible. Probably also `crud-view` and `authenticate`? How does everyone feel about that?
@Laykou you're right, it does! I tried leveraging as much of the current `Cake\TestSuite` as possible. I still don't have much documentation but it is coming. The 3 suites are...
@Laykou, definitely. Acceptance tests can run. The only thing is that preparing data for those is slightly different - it's a full-fledged application. So depending on how you 'build' the...