Speakers: Behzod Saidov

  • Behzod Saidov: Introduction to WP-CLI: Manage WordPress from the command line

    WordCamp Riverside 2017Speaker: Behzod Saidov

    September 16, 2019 — “The topic is about powerful tool WP-CLI than can help WordPress developers or power users a lot.

    If you manage multiple WordPress websites or multiple environments of a WordPress website, you probably have experienced situations where you need to go through exact same steps on multiple websites. Clicking through wp-admin screens to change settings becomes time consuming. WP-CLI can be used to automate those tasks with ease.

    During my presentation I’ll introduce the audience with the command line and WP-CLI, then I’ll go through some of the tasks that can be easily done using this tool. I’ll demonstrate some tasks running them on a sample WordPress website running in local development environment. Demonstrations will include tasks like pulling back the database to lower environments (qa/staging) and rewriting it, managing users, plugins, etc.”

  • Behzod Saidov: How to Start Testing an Existing WordPress Plugin with PHPUnit

    WordCamp Los Angeles 2018Speaker: Behzod Saidov

    December 14, 2018 — PHPUnit is the standard PHP testing framework, but getting it working with a WordPress plugin is challenging. If you ever wanted to start adding automated tests to your code, but did not know how and where to start, this talk is for you.
    This presentation covers:
    – brief introduction to unit and integration testing
    – scaffolding a test suite for an existing WordPress plugin using WP-CLI
    – refactoring the existing code to make it testable
    – writing and running the first tests

  • Behzod Saidov: Introduction to Unit Testing WordPress Plugins – Part 2

    WordCamp San Diego 2018Speaker: Behzod Saidov

    April 27, 2018 — This presentation is an introduction to how to unit test WordPress plugins. PHPUnit is the standard PHP testing framework, but getting it working with a WordPress plugin is challenging. The presentation covers: – Advantages that unit tests provide – Scaffolding a new plugin and its unit tests using WP-CLI – Writing and running the first unit test.

  • Behzod Saidov: Introduction to Unit Testing WordPress Plugins – Part 1

    WordCamp San Diego 2018Speaker: Behzod Saidov

    April 27, 2018 — This presentation is an introduction to how to unit test WordPress plugins. PHPUnit is the standard PHP testing framework, but getting it working with a WordPress plugin is challenging. The presentation covers: – Advantages that unit tests provide – Scaffolding a new plugin and its unit tests using WP-CLI – Writing and running the first unit test.