ZF-9713: nows is misspelled Zend_Test_PHPUnit_Db page. Should be "knows"
Description
"nows" should be spelled "knows" in the following paragraph:
There are other ways to assert that the current database state equals an expected state. The "Bugs" table in the example already nows a lot about its inner state, so why not use this to our advantage? The next example will assert that deleting from the database is possible:
Location is about halfway down the page (http://framework.zend.com/manual/en/…) in the "A few initial database tests" section.
Comments
Posted by Christopher Thomas (cwt137) on 2010-04-20T17:33:35.000+0000
Attached is a patch.
Posted by Thomas Weidner (thomas) on 2010-05-03T13:13:37.000+0000
Fixed with r22085