Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ZendFWでテストやろうぜ!

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

 ZendFWでテストやろうぜ!

古いZendFWで動くシステムでも自動テストしたい!

Avatar for monochromegane

monochromegane

February 19, 2013
Tweet

More Decks by monochromegane

Other Decks in Technology

Transcript

  1. 開発者の端末  PHP5.2  PHPUnit3.5  ZendFramework 1.5 + 1.12  MySQL5.5 おさいぽ!テスト構成 tests/

    ├── application │ ├── config │ ├── controllers │ └── models ├── bootstrap.php ├── fixture ├── library │ ├── Custom │ │ ├── CustomDomQuery.php │ │ ├── DummySeed.xml │ │ ├── OkanControllerTestCase.php │ │ └── OkanDatabaseTestCase.php │ └── Zend │ └── Test └── runTest.sh • 既存アプリケーションにテスト用資 産を格納。 • library/Zend配下にZend_Testが 動作するための1.12の資産、 library/Custom配下にテスト簡略 化のためのクラスを格納。 • テスト資産はapplication配下に対 象の構成にあわせて格納