Skip to content

Commit

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

const FORMDIN_VERSION = '5.1.6';
const FORMDIN_VERSION = '5.2.0';
const ADIANTI_MIN_FORMDIN = '7.5.1';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

class FormDinHelperTest extends TestCase
{
public $formDinVersion = '5.1.6';
public $adiantiVersion = '7.6.0.1';
public $formDinVersion = '5.2.0';
public $adiantiVersion = '7.6.0.4';

public function testVersion() {
$expected = $this->formDinVersion;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
class FormDinHelper
{

const FORMDIN_VERSION = '5.1.6';
const FORMDIN_VERSION = '5.2.0';
const ADIANTI_MIN_FORMDIN = '7.5.1';
const GRID_SIMPLE = 'GRID_SIMPLE';
const GRID_SCREEN_PAGINATION = 'GRID_SCREEN_PAGINATION';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

class FormDinHelperTest extends TestCase
{
public $formDinVersion = '5.1.6';
public $formDinVersion = '5.2.0';
public $adiantiVersion = '7.6.0.4';

public function testVersion() {
Expand Down

0 comments on commit 1527331

Please sign in to comment.