タグ

ブックマーク / leanpub.com (5)

  • CodeIgniter Testing Guide

    Who Should Read This Book? This book is for PHP developers who don't know Automated Testing or Unit Testing, or for those looking for help testing CodeIgniter applications. If one or more of the lines below sounds familiar, this book is perfect for you! I have never written test code. I want to write test code, but I don't know how. I tried to write test code in the past, but I couldn't quite figu

    CodeIgniter Testing Guide
  • 短気なプログラマのためのPHPUnitクックブック

    「今までテストを書いたことがないから、そろそろテストを書かなくては・・・」という、PHPUnitもテストのこともまだ知らないプログラマにとって、一番最初に欲しいのは「何から始めたらよいのか」を知るためのガイドです。 書は、PHPUnitを使ったテストの書き方を、短時間で知るための小冊子です。これだけ読めば、PHPUnitでテストを書いていけるようになります。 書が特徴的なのは、ユニットテストの形式的な書き方だけを単純に説明したではないということです。書では、PHPUnitによるテストを、オブジェクト指向の原則に沿った、良いコードへリファクタリングしていくための道具、と位置づけています。その流れに沿って、必要最低限の基礎知識や、実際にありそうなサンプルコードで使い方が説明されています。モック(テストダブル)を使ったテスト、フィクスチャを使ったテスト、APIのテストといった対象ごとのP

    短気なプログラマのためのPHPUnitクックブック
  • Symfony Enterprise Applications

    In 2013, 1 out of every 10 PHP developers were using Symfony. If you ask me, that sounds like not much from the initial impression. But if we sum up the most used frameworks on that language on these days, we could probably reach a number above 30. That shows the real adoption rate for Symfony between web application developers. With almost 1,000 contributors, Symfony is not just a framework, but

    Symfony Enterprise Applications
  • Principles of Package Design

    Matthias Noback has been building web applications since 2003. He is the author of Principles of Package Design and Object Design Style Guide and Advanced Web Application Architecture. He is a regular blogger, public speaker and trainer. Introduction The situation Overview of the contents Notes about the code samples Thank you Class design Introduction SOLID principles Why follow the principles? P

    Principles of Package Design
  • A Year With Symfony

    Foreword Introduction Thank you Who should read this book Conventions Overview of the contents I The journey from request to response 1 The HttpKernelInterface 1.1 Booting the kernel Bundles as container extensions Creating the service container 1.2 From the Kernel to the HttpKernel 2 Events leading to a response 2.1 Early response Some notable kernel.request event listeners 2.2 Resolving the cont

    A Year With Symfony
  • 1