Skip to content

Commit

Permalink
Un-skipping test to see if we're finally there
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 30, 2014
1 parent 9f386c3 commit 9f597f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/ConnectionTest.php
Expand Up @@ -236,7 +236,7 @@ public function testInsertWithMatchingTypes() {
*
* @return void
**/
public function _testInsertWithPositionalTypes() {
public function testInsertWithPositionalTypes() {
$data = ['id' => '3', 'title' => 'a title', 'body' => 'a body'];
$result = $this->connection->insert(
'things',
Expand Down

0 comments on commit 9f597f0

Please sign in to comment.