Skip to content

Commit

Permalink
Fix fixtures (AlternativeCS)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jul 30, 2012
1 parent cfb8341 commit 4834bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Fixtures/bookstore/behavior-schema.xml
Expand Up @@ -9,7 +9,6 @@
<column name="id" required="true" primaryKey="true" autoIncrement="true" type="INTEGER" />
<column name="title" type="VARCHAR" size="100" primaryString="true" />
<behavior name="\Propel\Tests\Helpers\Bookstore\Behavior\Testallhooksbehavior" />
<behavior name="alternative_coding_standards" />
</table>

</database>

0 comments on commit 4834bb6

Please sign in to comment.