:Search:

Udemy PHP Unit Testing with PHPUnit

Torrent:
Info Hash: 04FC06DB04F3DC98154DFFF5E5D0EDF96F3E12F1
Similar Posts:
Uploader: freecoursewb
Source: 1 Logo 1337x
Downloads: 232
Type: Tutorials
Images:
Udemy PHP Unit Testing with PHPUnit
Language: English
Category: Other
Size: 490.9 MB
Added: Oct. 24, 2023, 12:09 p.m.
Peers: Seeders: 5, Leechers: 0 (Last updated: 10 months, 4 weeks ago)
Tracker Data:
Tracker Seeders Leechers Completed
udp://tracker.opentrackr.org:1337/announce 2 0 199
udp://tracker.openbittorrent.com:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.internetwarriors.net:1337/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.leechers-paradise.org:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.coppersurfer.tk:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://exodus.desync.com:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.therarbg.to:6969/announce 0 0 0
udp://tracker.tiny-vps.com:6969/announce 1 0 14
udp://open.demonii.si:1337/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.torrent.eu.org:451/announce 2 0 19
Files:
  1. Get Bonus Downloads Here.url 182 bytes
  2. 001 Introduction.mp4 8.3 MB
  3. 001 Introduction_en.vtt 1.8 KB
  4. 002 Install PHP and Composer (Windows).mp4 16.9 MB
  5. 002 Install PHP and Composer (Windows)_en.vtt 1.5 KB
  6. 003 Install PHP and Composer (macOS).mp4 16.3 MB
  7. 003 Install PHP and Composer (macOS)_en.vtt 1.6 KB
  8. 004 Install PHP and Composer (Linux).mp4 5.8 MB
  9. 004 Install PHP and Composer (Linux)_en.vtt 1.4 KB
  10. 005 Create a project folder and install PHPUnit.mp4 4.3 MB
  11. 005 Create a project folder and install PHPUnit_en.vtt 1.4 KB
  12. 14825370-PHPUnit-Installation-commands.pdf 41.5 KB
  13. external-assets-links.txt 394 bytes
  14. 001 Write and run your first test_ an introduction to assertions.mp4 11.9 MB
  15. 001 Write and run your first test_ an introduction to assertions_en.vtt 3.9 KB
  16. 002 Test a function_ using multiple assertions.mp4 4.5 MB
  17. 002 Test a function_ using multiple assertions_en.vtt 2.8 KB
  18. 003 Test that incorrect results are not returned_ using multiple test methods.mp4 5.5 MB
  19. 003 Test that incorrect results are not returned_ using multiple test methods_en.vtt 2.4 KB
  20. 004 Test a class_ fixing bugs through testing.mp4 7.9 MB
  21. 004 Test a class_ fixing bugs through testing_en.vtt 4.2 KB
  22. 005 How to name your test methods.mp4 6.2 MB
  23. 005 How to name your test methods_en.vtt 2.7 KB
  24. User.php 457 bytes
  25. composer.json 61 bytes
  26. external-assets-links.txt 85 bytes
  27. functions.php 224 bytes
  28. ExampleTest.php 186 bytes
  29. FunctionTest.php 379 bytes
  30. UserTest.php 727 bytes
  31. 001 The PHPUnit test runner_ specify different options when running tests.mp4 12.6 MB
  32. 001 The PHPUnit test runner_ specify different options when running tests_en.vtt 2.9 KB
  33. 002 Configure PHPUnit_ the XML configuration file.mp4 6.8 MB
  34. 002 Configure PHPUnit_ the XML configuration file_en.vtt 3.7 KB
  35. 003 Autoload classes being tested using Composer.mp4 6.9 MB
  36. 003 Autoload classes being tested using Composer_en.vtt 3.6 KB
  37. User.php 457 bytes
  38. composer.json 158 bytes
  39. external-assets-links.txt 261 bytes
  40. functions.php 224 bytes
  41. phpunit.xml 246 bytes
  42. User.php 457 bytes
  43. ExampleTest.php 186 bytes
  44. FunctionTest.php 379 bytes
  45. UserTest.php 442 bytes
  46. 001 Unit test a queue class.mp4 18.7 MB
  47. 001 Unit test a queue class_en.vtt 4.1 KB
  48. 002 Test dependencies_ make one test method dependent on another.mp4 7.2 MB
  49. 002 Test dependencies_ make one test method dependent on another_en.vtt 2.9 KB
  50. 003 Fixtures_ set up the known state of the tests using setUp and tearDown.mp4 13.8 MB
  51. 003 Fixtures_ set up the known state of the tests using setUp and tearDown_en.vtt 4.3 KB
  52. 004 Easily add a new test method using the test fixture.mp4 4.9 MB
  53. 004 Easily add a new test method using the test fixture_en.vtt 1.7 KB
  54. 005 Share fixtures between tests for resource-intensive data.mp4 10.0 MB
  55. 005 Share fixtures between tests for resource-intensive data_en.vtt 3.9 KB
  56. 006 Testing exceptions_ expecting code to throw an exception.mp4 12.1 MB
  57. 006 Testing exceptions_ expecting code to throw an exception_en.vtt 3.5 KB
  58. composer.json 136 bytes
  59. external-assets-links.txt 200 bytes
  60. functions.php 224 bytes
  61. phpunit.xml 247 bytes
  62. Queue.php 1.1 KB
  63. QueueException.php 49 bytes
  64. User.php 457 bytes
  65. ExampleTest.php 186 bytes
  66. FunctionTest.php 379 bytes
  67. QueueTest.php 1.6 KB
  68. UserTest.php 443 bytes
  69. 001 Test doubles_ create mock objects to remove dependencies on external resources.mp4 11.7 MB
  70. 001 Test doubles_ create mock objects to remove dependencies on external resources_en.vtt 5.4 KB
  71. 002 Dependency injection_ inject objects that a class depends on.mp4 11.8 MB
  72. 002 Dependency injection_ inject objects that a class depends on_en.vtt 4.9 KB
  73. 003 Test object interactions_ verify how a dependency is used.mp4 22.1 MB
  74. 003 Test object interactions_ verify how a dependency is used_en.vtt 4.3 KB
  75. 004 Customise the creation of the mock object_ the getMockBuilder method.mp4 19.3 MB
  76. 004 Customise the creation of the mock object_ the getMockBuilder method_en.vtt 4.8 KB
  77. 14828794-List-of-method-argument-matchers.pdf 45.2 KB
  78. composer.json 136 bytes
  79. external-assets-links.txt 357 bytes
  80. functions.php 224 bytes
  81. phpunit.xml 247 bytes
  82. Mailer.php 539 bytes
  83. Queue.php 938 bytes
  84. QueueException.php 50 bytes
  85. User.php 1.1 KB
  86. ExampleTest.php 186 bytes
  87. FunctionTest.php 379 bytes
  88. MockTest.php 346 bytes
  89. QueueTest.php 1.4 KB
  90. UserTest.php 1.4 KB
  91. 001 Mock a dependency that doesn't exist yet.mp4 8.0 MB
  92. 001 Mock a dependency that doesn't exist yet_en.vtt 3.4 KB
  93. 002 Using Mockery_ installation and integration with PHPUnit.mp4 15.2 MB
  94. 002 Using Mockery_ installation and integration with PHPUnit_en.vtt 1.9 KB
  95. 003 Using Mockery to mock a dependency that doesn't exist yet.mp4 23.8 MB
  96. 003 Using Mockery to mock a dependency that doesn't exist yet_en.vtt 3.1 KB
  97. 004 PHPUnit vs Mockery_ Returning different values on subsequent method calls.mp4 13.6 MB
  98. 004 PHPUnit vs Mockery_ Returning different values on subsequent method calls_en.vtt 5.2 KB
  99. 005 Mockery Spies_ Make assertions on a call after the event.mp4 13.3 MB
  100. 005 Mockery Spies_ Make assertions on a call after the event_en.vtt 4.3 KB
  101. composer.json 177 bytes
  102. external-assets-links.txt 393 bytes
  103. phpunit.xml 247 bytes
  104. Order.php 896 bytes
  105. TemperatureService.php 336 bytes
  106. WeatherMonitor.php 897 bytes
  107. ExampleTest.php 263 bytes
  108. OrderTest.php 1002 bytes
  109. WeatherMonitorTest.php 1.2 KB
  110. 001 Test-driven development_ set up a TDD project.mp4 6.1 MB
  111. 001 Test-driven development_ set up a TDD project_en.vtt 2.9 KB
  112. 002 Write the test first, then write the code to make it pass.mp4 4.9 MB
  113. 002 Write the test first, then write the code to make it pass_en.vtt 3.0 KB
  114. 003 Write just enough code to make the test pass.mp4 5.8 MB
  115. 003 Write just enough code to make the test pass_en.vtt 3.0 KB
  116. 004 Add tests and refactor code until the tests pass.mp4 6.8 MB
  117. 004 Add tests and refactor code until the tests pass_en.vtt 2.8 KB
  118. 005 Add more tests and application code functionality.mp4 7.8 MB
  119. 005 Add more tests and application code functionality_en.vtt 3.5 KB
  120. 006 Another test, more functionality, and more refactoring.mp4 6.3 MB
  121. 006 Another test, more functionality, and more refactoring_en.vtt 2.7 KB
  122. 007 Data providers_ provide a test method with a collection of data.mp4 13.9 MB
  123. 007 Data providers_ provide a test method with a collection of data_en.vtt 5.4 KB
  124. composer.json 136 bytes
  125. external-assets-links.txt 205 bytes
  126. phpunit.xml 247 bytes
  127. Article.php 322 bytes
  128. ArticleTest.php 2.1 KB
  129. 001 Testing non-public methods.mp4 5.9 MB
  130. 001 Testing non-public methods_en.vtt 2.8 KB
  131. 002 Testing protected methods using inheritance.mp4 14.6 MB
  132. 002 Testing protected methods using inheritance_en.vtt 2.8 KB
  133. 003 Testing private methods using reflection.mp4 13.2 MB
  134. 003 Testing private methods using reflection_en.vtt 1.9 KB
  135. 004 Testing private methods with arguments using reflection.mp4 6.2 MB
  136. 004 Testing private methods with arguments using reflection_en.vtt 2.5 KB
  137. 005 Testing protected and private attributes.mp4 3.6 MB
  138. 005 Testing protected and private attributes_en.vtt 1.6 KB
  139. 006 Testing abstract classes.mp4 14.0 MB
  140. 006 Testing abstract classes_en.vtt 4.3 KB
  141. composer.json 140 bytes
  142. external-assets-links.txt 461 bytes
  143. phpunit.xml 247 bytes
  144. AbstractPerson.php 691 bytes
  145. Doctor.php 114 bytes
  146. Item.php 470 bytes
  147. ItemChild.php 219 bytes
  148. Product.php 308 bytes
  149. AbstractPersonTest.php 710 bytes
  150. ItemTest.php 801 bytes
  151. ProductTest.php 452 bytes
  152. 001 Testing static methods.mp4 13.1 MB
  153. 001 Testing static methods_en.vtt 2.7 KB
  154. 002 The problem with static methods_ dependencies and mocking.mp4 22.2 MB
  155. 002 The problem with static methods_ dependencies and mocking_en.vtt 3.7 KB
  156. 003 Option 1_ Refactor code to remove the static method.mp4 7.3 MB
  157. 003 Option 1_ Refactor code to remove the static method_en.vtt 3.3 KB
  158. 004 Option 2_ Pass the dependency as a callable.mp4 11.9 MB
  159. 004 Option 2_ Pass the dependency as a callable_en.vtt 4.2 KB
  160. 005 Option 3_ Use Mockery alias mocks to stub the static method call.mp4 5.8 MB
  161. 005 Option 3_ Use Mockery alias mocks to stub the static method call_en.vtt 2.2 KB
  162. composer.json 175 bytes
  163. external-assets-links.txt 397 bytes
  164. phpunit.xml 247 bytes
  165. Mailer.php 549 bytes
  166. User.php 587 bytes
  167. MailerTest.php 405 bytes
  168. UserTest.php 535 bytes
  169. 001 Conclusion.mp4 2.0 MB
  170. 001 Conclusion_en.vtt 1.1 KB
  171. 002 Bonus Lecture_ discount PHP hosting.html 273 bytes
  172. Bonus Resources.txt 386 bytes

Discussion