Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Jun 7, 2016
1 parent 471e506 commit 95a6e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CrudGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function setUp()
'_camel_case_' => ucfirst(camel_case('testTable')),
'_camel_casePlural_' => str_plural(camel_case('testTable')),
'template_source' => __DIR__.'/../src/Templates',
'tests_generated' => 'integration,service,repository',
];
}

Expand Down

0 comments on commit 95a6e6e

Please sign in to comment.