Udemy - PHP Unit Testing with PHPUnit

seeders: 3
leechers: 1
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 34
  • Language: English

Files

[ DevCourseWeb.com ] Udemy - PHP Unit Testing with PHPUnit
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 01 - Introduction and project setup
    • 001 Introduction.mp4 (8.3 MB)
    • 001 Introduction_en.vtt (1.8 KB)
    • 002 Install PHP and Composer (Windows).mp4 (16.9 MB)
    • 002 Install PHP and Composer (Windows)_en.vtt (1.5 KB)
    • 003 Install PHP and Composer (macOS).mp4 (16.3 MB)
    • 003 Install PHP and Composer (macOS)_en.vtt (1.6 KB)
    • 004 Install PHP and Composer (Linux).mp4 (5.8 MB)
    • 004 Install PHP and Composer (Linux)_en.vtt (1.4 KB)
    • 005 Create a project folder and install PHPUnit.mp4 (4.3 MB)
    • 005 Create a project folder and install PHPUnit_en.vtt (1.4 KB)
    • 14825370-PHPUnit-Installation-commands.pdf (41.5 KB)
    • external-assets-links.txt (0.4 KB)
    02 - Unit testing with PHPUnit_ the basics
    • 001 Write and run your first test_ an introduction to assertions.mp4 (11.9 MB)
    • 001 Write and run your first test_ an introduction to assertions_en.vtt (3.9 KB)
    • 002 Test a function_ using multiple assertions.mp4 (4.5 MB)
    • 002 Test a function_ using multiple assertions_en.vtt (2.8 KB)
    • 003 Test that incorrect results are not returned_ using multiple test methods.mp4 (5.5 MB)
    • 003 Test that incorrect results are not returned_ using multiple test methods_en.vtt (2.4 KB)
    • 004 Test a class_ fixing bugs through testing.mp4 (7.9 MB)
    • 004 Test a class_ fixing bugs through testing_en.vtt (4.2 KB)
    • 005 How to name your test methods.mp4 (6.2 MB)
    • 005 How to name your test methods_en.vtt (2.7 KB)
    • User.php (0.4 KB)
    • composer.json (0.1 KB)
    • external-assets-links.txt (0.1 KB)
    • functions.php (0.2 KB)
    • tests
      • ExampleTest.php (0.2 KB)
      • FunctionTest.php (0.4 KB)
      • UserTest.php (0.7 KB)
      03 - Configuring the PHPUnit test environment
      • 001 The PHPUnit test runner_ specify different options when running tests.mp4 (12.6 MB)
      • 001 The PHPUnit test runner_ specify different options when running tests_en.vtt (2.9 KB)
      • 002 Configure PHPUnit_ the XML configuration file.mp4 (6.8 MB)
      • 002 Configure PHPUnit_ the XML configuration file_en.vtt (3.7 KB)
      • 003 Autoload classes being tested using Composer.mp4 (6.9 MB)
      • 003 Autoload classes being tested using Composer_en.vtt (3.6 KB)
      • User.php (0.4 KB)
      • composer.json (0.2 KB)
      • external-assets-links.txt (0.3 KB)
      • functions.php (0.2 KB)
      • phpunit.xml (0.2 KB)
      • src
        • User.php (0.4 KB)
        tests
        • ExampleTest.php (0.2 KB)
        • FunctionTest.php (0.4 KB)
        • UserTest.php (0.4 KB)
        04 - Test dependencies, fixtures and exceptions
        • 001 Unit test a queue class.mp4 (18.7 MB)
        • 001 Unit test a queue class_en.vtt (4.1 KB)
        • 002 Test dependencies_ make one test method dependent on another.mp4 (7.2 MB)
        • 002 Test dependencies_ make one test method dependent on another_en.vtt (2.9 KB)
        • 003 Fixtures_ set up the known state of the tests using setUp and tearDown.mp4 (13.8 MB)
        • 003 Fixtures_ set up the known state of the tests using setUp and tearDown_en.vtt (4.3 KB)
        • 004 Easily add a new test method using the test fixture.mp4 (4.9 MB)
        • 004 Easily add a new test method using the test fixture_en.vtt (1.7 KB)
        • 005 Share fixtures between tests for resource-intensive data.mp4 (10.0 MB)
        • 005 Share fixtures between tests for resource-intensive data_en.vtt (3.9 KB)
        • 006 Testing exceptions_ expecting code to throw an exception.mp4 (12.1 MB)
        • 006 Testing exceptions_ expecting code to throw an exception_en.vtt (3.5 KB)
        • composer.json (0.1 KB)
        • external-assets-links.txt (0.2 KB)
        • functions.php (0.2 KB)
        • phpunit.xml (0.2 KB)
        • src
          • Queue.php (1.1 KB)
          • QueueException.php (0.0 KB)
          • User.php (0.4 KB)
          tests
          • ExampleTest.php (0.2 KB)
          • FunctionTest.php (0.4 KB)
          • QueueTest.php (1.6 KB)
          • UserTest.php (0.4 KB)
          05 - Test doubles_ mocks and stubs
          • 001 Test doubles_ create mock objects to remove dependencies on external resources.mp4 (11.7 MB)
          • 001 Test doubles_ create mock objects to remove dependencies on external resources_en.vtt (5.4 KB)
          • 002 Dependency injection_ inject objects that a class depends on.mp4 (11.8 MB)
          • 002 Dependency injection_ inject objects that a class depends on_en.vtt (4.9 KB)
          • 003 Test object interactions_ verify how a dependency is used.mp4 (22.1 MB)
          • 003 Test object interactions_ verify how a dependency is used_en.vtt (4.3 KB)
          • 004 Customise the creation of the mock object_ the getMockBuilder method.mp4 (19.3 MB)
          • 004 Customise the creation of the mock object_ the getMockBuilder method_en.vtt (4.8 KB)
          • 14828794-List-of-method-argument-matchers.pdf (45.2 KB)
          • composer.json (0.1 KB)
          • external-assets-links.txt (0.3 KB)
          • functions.php (0.2 KB)
          • phpunit.xml (0.2 KB)
          • src
            • Mailer.php (0.5 KB)
            • Queue.php (0.9 KB)
            • QueueException.php (0.0 KB)
            • User.php (1.1 KB)
            tests
            • ExampleTest.php (0.2 KB)
            • FunctionTest.php (0.4 KB)
            • MockTest.php (0.3 KB)
            • QueueTest.php (1.4 KB)
            • UserTest.php (1.4 KB)
            06 - Mockery - an alternative mocking framework with a human-readable syntax
            • 001 Mock a dependency that doesn't exist yet.mp4 (8.0 MB)
            • 001 Mock a dependency that doesn't exist yet_en.vtt (3.4 KB)
            • 002 Using Mockery_ installation and integration with PHPUnit.mp4 (15.2 MB)
            • 002 Using Mockery_ installation and integration with PHPUnit_en.vtt (1.9 KB)
            • 003 Using Mockery to mock a depen

Description

PHP Unit Testing with PHPUnit



https://DevCourseWeb.com

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 490 MB | Duration: 2h 44m

Unit test your PHP code using the PHPUnit testing framework: find bugs quickly and early, and improve your code quality.

What you'll learn
Write automated tests for your functions and classes
Write better code with less bugs, in less time
Develop code using test-driven development
Know that the code you write works how you want it to
Have improved documentation for your code
Get support directly from the instructor

Requirements
You must know PHP, including object-oriented code
Be happy running commands in the terminal / command line on your computer
Ideally have PHP and Composer installed, but a brief overview of installing these will be covered
Description
If you are a PHP developer and you want to learn how to write better code, with fewer bugs, you will need to know how to write unit tests.



Download torrent
490.9 MB
seeders:3
leechers:1
Udemy - PHP Unit Testing with PHPUnit


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
490.9 MB
seeders:3
leechers:1
Udemy - PHP Unit Testing with PHPUnit


Torrent hash: 04FC06DB04F3DC98154DFFF5E5D0EDF96F3E12F1