assertSame(5000, TaskController::MAX_BATCH_ITEMS); // The two controllers cap independently but the audit suggested // a single bound; assert they have not drifted apart. $this->assertSame( \App\Controllers\SprintController::MAX_BATCH_ITEMS, TaskController::MAX_BATCH_ITEMS, ); } }