首页 磁力链接怎么用

[ DevCourseWeb.com ] Udemy - PHP Unit Testing with PHPUnit

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2022-1-23 02:56 2024-6-9 23:24 158 490.66 MB 47
二维码链接
[ DevCourseWeb.com ] Udemy - PHP Unit Testing with PHPUnit的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. ~Get Your Files Here !/01 - Introduction and project setup/001 Introduction.mp48.25MB
  2. ~Get Your Files Here !/01 - Introduction and project setup/002 Install PHP and Composer (Windows).mp416.95MB
  3. ~Get Your Files Here !/01 - Introduction and project setup/003 Install PHP and Composer (macOS).mp416.32MB
  4. ~Get Your Files Here !/01 - Introduction and project setup/004 Install PHP and Composer (Linux).mp45.77MB
  5. ~Get Your Files Here !/01 - Introduction and project setup/005 Create a project folder and install PHPUnit.mp44.32MB
  6. ~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/001 Write and run your first test_ an introduction to assertions.mp411.94MB
  7. ~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/002 Test a function_ using multiple assertions.mp44.51MB
  8. ~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/003 Test that incorrect results are not returned_ using multiple test methods.mp45.46MB
  9. ~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/004 Test a class_ fixing bugs through testing.mp47.94MB
  10. ~Get Your Files Here !/02 - Unit testing with PHPUnit_ the basics/005 How to name your test methods.mp46.24MB
  11. ~Get Your Files Here !/03 - Configuring the PHPUnit test environment/001 The PHPUnit test runner_ specify different options when running tests.mp412.55MB
  12. ~Get Your Files Here !/03 - Configuring the PHPUnit test environment/002 Configure PHPUnit_ the XML configuration file.mp46.75MB
  13. ~Get Your Files Here !/03 - Configuring the PHPUnit test environment/003 Autoload classes being tested using Composer.mp46.87MB
  14. ~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/001 Unit test a queue class.mp418.67MB
  15. ~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/002 Test dependencies_ make one test method dependent on another.mp47.17MB
  16. ~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/003 Fixtures_ set up the known state of the tests using setUp and tearDown.mp413.79MB
  17. ~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/004 Easily add a new test method using the test fixture.mp44.95MB
  18. ~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/005 Share fixtures between tests for resource-intensive data.mp410.02MB
  19. ~Get Your Files Here !/04 - Test dependencies, fixtures and exceptions/006 Testing exceptions_ expecting code to throw an exception.mp412.13MB
  20. ~Get Your Files Here !/05 - Test doubles_ mocks and stubs/001 Test doubles_ create mock objects to remove dependencies on external resources.mp411.66MB
  21. ~Get Your Files Here !/05 - Test doubles_ mocks and stubs/002 Dependency injection_ inject objects that a class depends on.mp411.78MB
  22. ~Get Your Files Here !/05 - Test doubles_ mocks and stubs/003 Test object interactions_ verify how a dependency is used.mp422.13MB
  23. ~Get Your Files Here !/05 - Test doubles_ mocks and stubs/004 Customise the creation of the mock object_ the getMockBuilder method.mp419.33MB
  24. ~Get Your Files Here !/06 - Mockery - an alternative mocking framework with a human-readable syntax/001 Mock a dependency that doesn't exist yet.mp48.02MB
  25. ~Get Your Files Here !/06 - Mockery - an alternative mocking framework with a human-readable syntax/002 Using Mockery_ installation and integration with PHPUnit.mp415.21MB
  26. ~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.mp423.78MB
  27. ~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.mp413.63MB
  28. ~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.mp413.29MB
  29. ~Get Your Files Here !/07 - Test-driven development/001 Test-driven development_ set up a TDD project.mp46.13MB
  30. ~Get Your Files Here !/07 - Test-driven development/002 Write the test first, then write the code to make it pass.mp44.88MB
  31. ~Get Your Files Here !/07 - Test-driven development/003 Write just enough code to make the test pass.mp45.82MB
  32. ~Get Your Files Here !/07 - Test-driven development/004 Add tests and refactor code until the tests pass.mp46.8MB
  33. ~Get Your Files Here !/07 - Test-driven development/005 Add more tests and application code functionality.mp47.8MB
  34. ~Get Your Files Here !/07 - Test-driven development/006 Another test, more functionality, and more refactoring.mp46.28MB
  35. ~Get Your Files Here !/07 - Test-driven development/007 Data providers_ provide a test method with a collection of data.mp413.85MB
  36. ~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/001 Testing non-public methods.mp45.86MB
  37. ~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/002 Testing protected methods using inheritance.mp414.57MB
  38. ~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/003 Testing private methods using reflection.mp413.17MB
  39. ~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/004 Testing private methods with arguments using reflection.mp46.22MB
  40. ~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/005 Testing protected and private attributes.mp43.55MB
  41. ~Get Your Files Here !/08 - Testing non-public methods and properties and abstract classes/006 Testing abstract classes.mp414.01MB
  42. ~Get Your Files Here !/09 - Testing static methods/001 Testing static methods.mp413.11MB
  43. ~Get Your Files Here !/09 - Testing static methods/002 The problem with static methods_ dependencies and mocking.mp422.22MB
  44. ~Get Your Files Here !/09 - Testing static methods/003 Option 1_ Refactor code to remove the static method.mp47.28MB
  45. ~Get Your Files Here !/09 - Testing static methods/004 Option 2_ Pass the dependency as a callable.mp411.91MB
  46. ~Get Your Files Here !/09 - Testing static methods/005 Option 3_ Use Mockery alias mocks to stub the static method call.mp45.81MB
  47. ~Get Your Files Here !/10 - Conclusion/001 Conclusion.mp41.96MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统