Skip to content

Commit

Permalink
versão 5.0.0-alpha28
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jul 14, 2022
1 parent 4b44f30 commit 4e45a3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.0.0-alpha27';
const FORMDIN_VERSION = '5.0.0-alpha28';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
const GRID_SQL_PAGINATION = 'GRID_SQL_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FormDinHelperTest extends TestCase
{

public function testVersion() {
$expected = '5.0.0-alpha27';
$expected = '5.0.0-alpha28';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.0.0-alpha27';
const FORMDIN_VERSION = '5.0.0-alpha28';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
const GRID_SQL_PAGINATION = 'GRID_SQL_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FormDinHelperTest extends TestCase
{

public function testVersion() {
$expected = '5.0.0-alpha27';
$expected = '5.0.0-alpha28';
$result = FormDinHelper::version();
$this->assertEquals( $expected , $result);
}
Expand Down

0 comments on commit 4e45a3b

Please sign in to comment.