Skip to content

Commit

Permalink
Jquery Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
malamalca committed Oct 6, 2024
1 parent a5e25b6 commit 9806f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/TestCase/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testBootstrap()
$app->bootstrap();
$plugins = $app->getPlugins();

$this->assertCount(3, $plugins);
$this->assertCount(4, $plugins);
$this->assertSame('Bake', $plugins->get('Bake')->getName());
$this->assertSame('Migrations', $plugins->get('Migrations')->getName());
$this->assertSame('DebugKit', $plugins->get('DebugKit')->getName());
Expand Down

0 comments on commit 9806f22

Please sign in to comment.