Skip to content

Commit

Permalink
sl corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Feb 5, 2019
1 parent 5e6e106 commit e0029c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .sensiolabs.yml
@@ -1,14 +1,14 @@
global_exclude_dirs:
- Ubiquity/annotations
- Ubiquity/tests
- src/Ubiquity/annotations
- src/tests
- docs
- api
- documentation

exclude_patterns:
- Ubiquity/log/chromePhp.php
- Ubiquity/controllers/Autoloader.php
- Ubiquity/controllers/admin/UbiquityMyAdminBaseController.php
- src/Ubiquity/log/chromePhp.php
- src/Ubiquity/controllers/Autoloader.php
- src/Ubiquity/controllers/admin/UbiquityMyAdminBaseController.php

rules:
doctrine.database_query_contains_string_and_variable_concatenation:
Expand Down
2 changes: 2 additions & 0 deletions src/tests/functional/CrudOrgasCept.php
Expand Up @@ -3,3 +3,5 @@
$I->wantTo ( 'perform actions on crud controllers and see result' );
$I->amOnPage ( "/TestCrudOrgas" );
$I->see ( "lecnam.net" );
$I->click ( "tr[data-ajax='1']", "#dataTable" );
$I->waitForText ( "users (12)", self::TIMEOUT, "body" );

0 comments on commit e0029c5

Please sign in to comment.