Skip to content

Commit

Permalink
try online debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Nov 5, 2018
1 parent d2b933c commit 4ad9736
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 0 additions & 2 deletions TODO_mongo_odm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@
- ShortFormTypeConfigPass: OK
- ShowViewConfigPass: OK

# embeddedlist id => md5

# Tests !
2 changes: 1 addition & 1 deletion tests/Controller/ListFormFiltersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function testFormSingleFilterIsApplied()
$this->assertSame(10, $crawler->filter('#main tr[data-id]')->count());
}

public function testFormSingleEasyadminAutocomplteFilterIsApplied()
public function testFormSingleEasyadminAutocompleteFilterIsApplied()
{
$crawler = $this->requestListView('Product', array(), array('category' => array('autocomplete' => 1)));

Expand Down
4 changes: 3 additions & 1 deletion tests/Fixtures/App/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ parameters:

framework:
secret: secret
csrf_protection: true
translator: ~
default_locale: '%locale%'
test: ~
router: { resource: '%kernel.root_dir%/config/routing_base.yml' }
form: true
form:
enabled: true
validation: { enable_annotations: true }
templating: { engines: ['twig'] }
profiler:
Expand Down
5 changes: 4 additions & 1 deletion tests/Fixtures/App/config/routing_base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
easy_admin_bundle:
resource: "@EasyAdminExtensionBundle/Controller/AdminController.php"
# Sf 3.3 : resource: "@EasyAdminExtensionBundle/Controller/AdminController"
# Sf 3.4+ : resource: "@EasyAdminExtensionBundle/Controller/AdminController.php"
# Compat: not specifying the file but the class
resource: "AlterPHP\\EasyAdminExtensionBundle\\Controller\\AdminController"
type: annotation
prefix: /admin/

0 comments on commit 4ad9736

Please sign in to comment.