Guest User

Untitled

a guest
Nov 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * @file
  5. * Definition of Drupal\views\Tests\Ui\Wizard\Helper.
  6. */
  7.  
  8. namespace Drupal\views\Tests\Ui\Wizard;
  9.  
  10. use ViewsSqlTest;
  11.  
  12. /**
  13. * Views UI wizard tests.
  14. */
  15. class Helper extends ViewsSqlTest {
  16. protected $profile = 'standard';
  17.  
  18. function setUp() {
  19. ........
Add Comment
Please, Sign In to add comment