forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
43 lines (28 loc) · 1.47 KB
/
video.html
File metadata and controls
43 lines (28 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: page
title: Video
---
<h1>Video</h1>
<h2>Getting Started with Codeception</h2>
<p>By Reval Govender</p>
<div class="iframe-wrapper">
<iframe width="560" height="315" title="Introduction to Codeception Unit Tests with Laravel" src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0Hu9EvTidyYG1vsX0LWIM7Q" allowfullscreen></iframe>
</div>
<h2>How to TDD a REST API in Laravel</h2>
<p>By Reval Govender</p>
<p>This is a detailed course covering how to build a RESTful API using Laravel and Codeception</p>
<div class="iframe-wrapper">
<iframe width="560" height="315" title="Part 1 - How to use TDD to build a REST API in Laravel 6" src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0F-rl4NPjNslEmW-D83AHOr" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h2>Codeception in PhpStorm</h2>
<p>By Gary Hockin</p>
<div class="iframe-wrapper">
<iframe width="560" height="315" title="Codeception support in PhpStorm" src="https://www.youtube.com/embed/B3PE7w-jvjQ" allowfullscreen></iframe>
</div>
<h2>Complete Video Course on Nettuts Premium</h2>
<p>
Great videos from <strong>Jeffrey Way</strong>. You should definetely start with them if you prefer learn by watching.
</p>
<a href="https://tutsplus.com/course/modern-testing-in-php-with-codeception/">
<img src="/images/codeception-nettuts.png" alt="Modern Testing in PHP with Codeception on NetTuts Premium" style="width: 100%;">
</a>