Skip to content

Commit 3a27b7b

Browse files
authored
Merge pull request #245 from pabloelcolombiano/master
Add my talk about the CakePHP Fixture Factories
2 parents 3b37fec + c387082 commit 3a27b7b

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

_posts/2022-05-03-may.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@ cancelled: NO TALKS :-(
1212
{% comment %} ==== TALK / PRESENTATION - SLOT #1 ==== {% endcomment %}
1313

1414
{% comment %} TITLE OF YOUR TALK: {% endcomment %}
15-
<h4>Free Slot</h4>
15+
<h4>CakePHP Test Fixture Factories (framework agnostic)</h4>
1616

1717
{% comment %} SUB-TITLE OR DESCRIPTION: {% endcomment %}
18-
<p>This 25 minute slot could be yours!</p>
19-
20-
{% comment %} REMOVE NEXT LINE: {% endcomment %}
21-
<p><a class="speaker" target="_blank" href="/submit.html"><strong>Submit your talk now</strong></a></p>
18+
<p> CakePHP is known for featuring a powerful and intuitive convention-based Object Relational Mapper. Thanks to it, we came up with an efficient method to write test fixtures on the fly: the CakePHP Fixture Factories. Tests are fast to write and document ideally your application. While the package can conveniently be embedded in any PHP application, it increases the tests’ speed by offering the possibility to create entities without persistence. https://github.com/vierge-noire/cakephp-fixture-factories</p>
2219

2320
{% comment %} UNCOMMENT/EDIT NEXT LINE: {% endcomment %}
24-
<!-- <p><a class="speaker" target="_blank" href="https://twitter.com/...HOW-TO-CONTACT-YOU">YOUR NAME</a></p> -->
21+
<!-- <p><a class="speaker" target="_blank" href="https://twitter.com/jpramidev">Juan Pablo Ramirez</a></p> -->
2522

2623
</div>
2724

_posts/2022-06-07-june.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ meetupdate: 2022-06-07
2929
{% comment %} ==== TALK / PRESENTATION - SLOT #2 ==== {% endcomment %}
3030

3131
{% comment %} TITLE OF YOUR TALK: {% endcomment %}
32-
<h4>Free Slot</h4>
32+
<h4>CakePHP Test Fixture Factories (framework agnostic)</h4>
3333

3434
{% comment %} SUB-TITLE OR DESCRIPTION: {% endcomment %}
35-
<p>This 25 minute slot could be yours!</p>
36-
37-
{% comment %} REMOVE NEXT LINE: {% endcomment %}
38-
<p><a class="speaker" target="_blank" href="/submit.html"><strong>Submit your talk now</strong></a></p>
35+
<p> CakePHP is known for featuring a powerful and intuitive convention-based Object Relational Mapper.
36+
Thanks to that, we came up with an efficient method to write test fixtures on the fly: the CakePHP Fixture Factories.
37+
Tests are fast to write and document ideally your application.
38+
While the package can conveniently be embedded in any PHP application, it increases the tests’ speed by offering the possibility
39+
to create entities without persistence. https://github.com/vierge-noire/cakephp-fixture-factories</p>
3940

4041
{% comment %} UNCOMMENT/EDIT NEXT LINE: {% endcomment %}
41-
<!-- <p><a class="speaker" target="_blank" href="https://twitter.com/...HOW-TO-CONTACT-YOU">YOUR NAME</a></p> -->
42+
<!-- <p><a class="speaker" target="_blank" href="https://twitter.com/jpramidev">Juan Pablo Ramirez</a></p> -->
4243

4344
</div>
4445

0 commit comments

Comments
 (0)