Posts For Tag: Testing
Test Coverage: Integration Between CodeClimate and Travis CI
11 Jan 2018
When you maintain an open-source project it is considered a good practice to have a high test coverage, so the community can feel safe about using your code in their projects. There are some services that can analyze your code...
READ MOREDon't Use Your Testing Tool As A Spell Checker
04 Mar 2017
Today, when I started refactoring tests for my PHP Pinterest Bot library, I’ve noticed one issue. According to coverage, reports I have 80% code coverage. I though that I’m writing a lot good tests. But then I noticed that most...
READ MORETesting: Mocks vs Stubs
29 Jan 2017
In testing, we often have to deal with a lot of different jargon: dummies, stubs, mocks, fakes. Stubs A stub is a generic term for any kind of pretend object used in place or a real one for testing purposes....
READ MORERECENT POSTS
- Myths About Asynchronous PHP: It Is Not Truly Asynchronous
- DriftPHP: Quick Start
- ReactPHP Internals: Event Loop Timers
- Interview with Marc Morera: About DriftPHP
- Introducing PHP-Watcher
- Live Reloading PHP Applications With Nodemon
- Building a RESTful API Using ReactPHP: JWT Authentication
- Building a RESTful API Using ReactPHP: Basic Authentication
- Building a RESTful API Using ReactPHP and MySQL
- How To Speed Up The Code Review
- Managing Concurrency: From Promises to Coroutines
- Fast Web Scraping With ReactPHP: Download All Images From a Website
- PHP Roundtable 76: Concurrency, Generators & Coroutines - Oh My!
- Fast Web Scraping With ReactPHP. Part 3: Using Proxy
- Sending Email Asynchronously With ReactPHP Child Processes
- Fast Web Scraping With ReactPHP. Part 2: Throttling Requests
- Using Router With ReactPHP Http Component
- Working With FileSystem In ReactPHP
- Amp Promises: From Generators To Coroutines
- Fast Web Scraping With ReactPHP