Skip to content

Commit

Permalink
resolve latest core dependency, adjust console tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jan 17, 2018
1 parent ceb41f8 commit df17522
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions composer.lock

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

6 changes: 3 additions & 3 deletions tests/src/frontend/commands/BlockControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function testAppBlock()
/**
* My Test Block.
*
* File has been created with `block/create` command on LUYA version 1.0.0.
* File has been created with `block/create` command.
*/
class MyTestBlock extends PhpBlock
{
Expand Down Expand Up @@ -172,7 +172,7 @@ public function testModuleBlock()
/**
* My Test Block.
*
* File has been created with `block/create` command on LUYA version 1.0.0.
* File has been created with `block/create` command.
*/
class MyTestBlock extends PhpBlock
{
Expand Down Expand Up @@ -317,7 +317,7 @@ public function testBlockViewFileContent()
/**
* View file for block: MySuperBlock
*
* File has been created with `block/create` command on LUYA version 1.0.0.
* File has been created with `block/create` command.
*
* @param $this->cfgValue('foo');
* @param $this->extraValue('foo');
Expand Down

0 comments on commit df17522

Please sign in to comment.