Do you have an integration test to back this? I think FKs in SQLite were enabled in 2.3.x
Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 9 December 2013 21:00, Shadowalker <[email protected]> wrote: > Hi, > > I'm trying to run some tests which involve deleting a user linked to other > entities from my sqlite memory based test database. > > And shockingly I can delete it as if it was not linked to anything. > > How come ? How can I prevent this behaviour (while staying on a slite > memory db) so that should I make a mistake in my tests, said tests would > fail ? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
