test_widgets.php 103 B

1234567
  1. <?php
  2. /**
  3. * Widgets list for testing.
  4. */
  5. return [
  6. 'text' => ['Cake\View\Widget\LabelWidget'],
  7. ];