Skip to content

Commit

Permalink
updating unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvb91 committed Aug 5, 2017
1 parent 6156111 commit 1bba50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions unit-tests/DbDescribeTest.php
Expand Up @@ -179,9 +179,9 @@ public function getExpectedColumnsMysql()
10 => Phalcon\Db\Column::__set_state(array(
'_columnName' => 'estado',
'_schemaName' => NULL,
'_type' => 5,
'_type' => 18,
'_isNumeric' => false,
'_size' => 0,
'_size' => "'A','I','X'",
'_scale' => 0,
'_default' => NULL,
'_unsigned' => false,
Expand Down
2 changes: 1 addition & 1 deletion unit-tests/ModelsMetadataTest.php
Expand Up @@ -178,7 +178,7 @@ protected function _executeTests($di)
'ciudad_id' => 0,
'creado_at' => 1,
'cupo' => 3,
'estado' => 5,
'estado' => 18,
);

$dtAttributes = $metaData->getDataTypes($personas);
Expand Down

0 comments on commit 1bba50d

Please sign in to comment.