|
@@ -845,7 +845,8 @@ class QueryRegressionTest extends TestCase
|
|
|
*
|
|
*
|
|
|
* @return void
|
|
* @return void
|
|
|
*/
|
|
*/
|
|
|
- public function testSubqueryInSelectExpression() {
|
|
|
|
|
|
|
+ public function testSubqueryInSelectExpression()
|
|
|
|
|
+ {
|
|
|
$table = TableRegistry::get('Comments');
|
|
$table = TableRegistry::get('Comments');
|
|
|
$ratio = $table->find()
|
|
$ratio = $table->find()
|
|
|
->select(function ($query) use ($table) {
|
|
->select(function ($query) use ($table) {
|