chnm / Scripto

Scripto is an open source documentary transcription tool library written in PHP.
34 stars 6 forks source link

Full testing coverage on Scripto_Document #4

Open jimsafley opened 13 years ago

jimsafley commented 13 years ago

document_test.php does not yet have full coverage on Scripto_Document. (By full coverage I mean that SimpleTest touches all methods and validates their return values.) However, given the class is merely a bridge between MediaWiki and an external system, and that testing already includes Scripto_Service_MediaWiki and Scripto_Adapter_Interface, I wonder if full coverage is needed.