zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[ DevCourseWeb.com ] Udemy - PHP Unit Testing with PHPUnit
magnet:?xt=urn:btih:04fc06db04f3dc98154dfff5e5d0edf96f3e12f1&dn=[ DevCourseWeb.com ] Udemy - PHP Unit Testing with PHPUnit
磁力链接详情
文件列表详情
04fc06db04f3dc98154dfff5e5d0edf96f3e12f1
infohash:
47
文件数量
490.66 MB
文件大小
2022-1-23 02:56
创建日期
2024-12-10 22:19
最后访问
相关分词
DevCourseWeb
com
Udemy
-
PHP
Unit
Testing
with
PHPUnit
~Get Your Files Here !/01 - Introduction and project setup/001 Introduction.mp4 8.25 MB
~Get Your Files Here !/01 - Introduction and project setup/002 Install PHP and Composer (Windows).mp4 16.95 MB
~Get Your Files Here !/01 - Introduction and project setup/003 Install PHP and Composer (macOS).mp4 16.32 MB
~Get Your Files Here !/01 - Introduction and project setup/004 Install PHP and Composer (Linux).mp4 5.77 MB
~Get Your Files Here !/01 - Introduction and project setup/005 Create a project folder and install PHPUnit.mp4 4.32 MB
~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/001 Write and run your first test_ an introduction to assertions.mp4 11.94 MB
~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/002 Test a function_ using multiple assertions.mp4 4.51 MB
~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/003 Test that incorrect results are not returned_ using multiple test methods.mp4 5.46 MB
~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/004 Test a class_ fixing bugs through testing.mp4 7.94 MB
~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/005 How to name your test methods.mp4 6.24 MB
~Get Your Files Here !/03 - Configuring the PHPUnit test environment/001 The PHPUnit test runner_ specify different options when running tests.mp4 12.55 MB
~Get Your Files Here !/03 - Configuring the PHPUnit test environment/002 Configure PHPUnit_ the XML configuration file.mp4 6.75 MB
~Get Your Files Here !/03 - Configuring the PHPUnit test environment/003 Autoload classes being tested using Composer.mp4 6.87 MB
~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/001 Unit test a queue class.mp4 18.67 MB
~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/002 Test dependencies_ make one test method dependent on another.mp4 7.17 MB
~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/003 Fixtures_ set up the known state of the tests using setUp and tearDown.mp4 13.79 MB
~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/004 Easily add a new test method using the test fixture.mp4 4.95 MB
~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/005 Share fixtures between tests for resource-intensive data.mp4 10.02 MB
~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/006 Testing exceptions_ expecting code to throw an exception.mp4 12.13 MB
~Get Your Files Here !/05 - Test doubles_ mocks and stubs/001 Test doubles_ create mock objects to remove dependencies on external resources.mp4 11.66 MB
~Get Your Files Here !/05 - Test doubles_ mocks and stubs/002 Dependency injection_ inject objects that a class depends on.mp4 11.78 MB
~Get Your Files Here !/05 - Test doubles_ mocks and stubs/003 Test object interactions_ verify how a dependency is used.mp4 22.13 MB
~Get Your Files Here !/05 - Test doubles_ mocks and stubs/004 Customise the creation of the mock object_ the getMockBuilder method.mp4 19.33 MB
~Get Your Files Here !/06 - Mockery - an alternative mocking framework with a human-readable syntax/001 Mock a dependency that doesn't exist yet.mp4 8.02 MB
~Get Your Files Here !/06 - Mockery - an alternative mocking framework with a human-readable syntax/002 Using Mockery_ installation and integration with PHPUnit.mp4 15.21 MB
~Get Your Files Here !/06 - Mockery - an alternative mocking framework with a human-readable syntax/003 Using Mockery to mock a dependency that doesn't exist yet.mp4 23.78 MB
~Get Your Files Here !/06 - Mockery - an alternative mocking framework with a human-readable syntax/004 PHPUnit vs Mockery_ Returning different values on subsequent method calls.mp4 13.63 MB
~Get Your Files Here !/06 - Mockery - an alternative mocking framework with a human-readable syntax/005 Mockery Spies_ Make assertions on a call after the event.mp4 13.29 MB
~Get Your Files Here !/07 - Test-driven development/001 Test-driven development_ set up a TDD project.mp4 6.13 MB
~Get Your Files Here !/07 - Test-driven development/002 Write the test first, then write the code to make it pass.mp4 4.88 MB
~Get Your Files Here !/07 - Test-driven development/003 Write just enough code to make the test pass.mp4 5.82 MB
~Get Your Files Here !/07 - Test-driven development/004 Add tests and refactor code until the tests pass.mp4 6.8 MB
~Get Your Files Here !/07 - Test-driven development/005 Add more tests and application code functionality.mp4 7.8 MB
~Get Your Files Here !/07 - Test-driven development/006 Another test, more functionality, and more refactoring.mp4 6.28 MB
~Get Your Files Here !/07 - Test-driven development/007 Data providers_ provide a test method with a collection of data.mp4 13.85 MB
~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/001 Testing non-public methods.mp4 5.86 MB
~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/002 Testing protected methods using inheritance.mp4 14.57 MB
~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/003 Testing private methods using reflection.mp4 13.17 MB
~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/004 Testing private methods with arguments using reflection.mp4 6.22 MB
~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/005 Testing protected and private attributes.mp4 3.55 MB
~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/006 Testing abstract classes.mp4 14.01 MB
~Get Your Files Here !/09 - Testing static methods/001 Testing static methods.mp4 13.11 MB
~Get Your Files Here !/09 - Testing static methods/002 The problem with static methods_ dependencies and mocking.mp4 22.22 MB
~Get Your Files Here !/09 - Testing static methods/003 Option 1_ Refactor code to remove the static method.mp4 7.28 MB
~Get Your Files Here !/09 - Testing static methods/004 Option 2_ Pass the dependency as a callable.mp4 11.91 MB
~Get Your Files Here !/09 - Testing static methods/005 Option 3_ Use Mockery alias mocks to stub the static method call.mp4 5.81 MB
~Get Your Files Here !/10 - Conclusion/001 Conclusion.mp4 1.96 MB
其他位置