mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 22:46:39 +02:00
Added in brief summary of testing information
This commit is contained in:
@@ -32,5 +32,8 @@ layout: default
|
|||||||
{% capture frameworks_content %}{% include popular-frameworks.md %}{% endcapture %}
|
{% capture frameworks_content %}{% include popular-frameworks.md %}{% endcapture %}
|
||||||
{{ frameworks_content|markdownify }}
|
{{ frameworks_content|markdownify }}
|
||||||
|
|
||||||
|
{% capture testing_content %}{% include testing.md %}{% endcapture %}
|
||||||
|
{{ testing_content|markdownify }}
|
||||||
|
|
||||||
{% capture links_content %}{% include links-and-resources.md %}{% endcapture %}
|
{% capture links_content %}{% include links-and-resources.md %}{% endcapture %}
|
||||||
{{ links_content|markdownify }}
|
{{ links_content|markdownify }}
|
||||||
|
Reference in New Issue
Block a user