Skip to content

Commit 72018cb

Browse files
ruudboonNaktibalda
authored andcommitted
Added Phalcon for page (Codeception#204)
* Added Phalcon for page * Removed typo * Put focus on new Phalcon 4 Module * Added Phalcon to menu
1 parent 1057364 commit 72018cb

File tree

5 files changed

+391
-24
lines changed

5 files changed

+391
-24
lines changed

_includes/phalcon_hero.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<div class="hero">
2+
<div class="wide">
3+
<div class="container-fluid">
4+
<div class="row">
5+
<div class="col-lg-12 col-sm-12 text-center">
6+
<h1>
7+
<div class="quiet">Codeception for</div>
8+
9+
<img src="/images/frameworks/phalcon.svg" alt="Phalcon"></h1>
10+
11+
</div>
12+
</div>
13+
</div>
14+
</div>
15+
</div>

_layouts/bootstrap.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<script src="/js/jquery.toc.min.js" type="text/javascript" charset="utf-8"></script>
2727
<script src="/js/contributors.js" type="text/javascript" charset="utf-8"></script>
2828
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
29-
<script src="https://cdn.jsdelivr.net/algoliasearch/3/algoliasearch.min.js"></script>
29+
<script src="https://cdn.jsdelivr.net/algoliasearch/3/algoliasearch.min.js"></script>
3030

3131
<!-- Other -->
3232
<link title="Codeception Blog" type="application/rss+xml" rel="alternate" href="/rss.xml">
@@ -44,7 +44,7 @@
4444
{% for post in site.posts limit:1 %}
4545
<a href="{{ post.url }}">{{ post.title }}</a>
4646
{% endfor %}
47-
{% endif %}
47+
{% endif %}
4848

4949
</div>
5050

@@ -68,22 +68,22 @@
6868
<svg width="81" height="60" style="vertical-align: middle" viewBox="0 0 81 60" fill="none" xmlns="http://www.w3.org/2000/svg">
6969
<path d="M35.6058 29.2295L22.5186 19.676L34.8582 40.2759L80.9997 2.21027L35.6058 29.2295ZM29.9915 54.4923C16.4012 54.4923 5.38429 43.4968 5.38429 29.9331C5.38429 16.3696 16.4012 5.37379 29.9915 5.37379C36.0092 5.37379 41.5198 7.53284 45.7954 11.1129L49.2448 7.00516C44.0311 2.63716 37.3154 0 29.9915 0C13.4539 0 0 13.428 0 29.9331C0 46.4384 13.4539 59.8664 29.9915 59.8664C38.5677 59.8664 46.3089 56.2494 51.7802 50.4701L47.8767 46.7908C43.3907 51.5302 37.0395 54.4923 29.9915 54.4923ZM29.9915 47.3736C20.3405 47.3736 12.517 39.5654 12.517 29.9332C12.517 20.301 20.3405 12.4925 29.9915 12.4925C34.2649 12.4925 38.176 14.0285 41.2122 16.5709L43.8017 13.4869C40.0621 10.3536 35.2448 8.46205 29.9915 8.46205C18.1291 8.46205 8.47842 18.0939 8.47842 29.9332C8.47842 41.7722 18.1291 51.404 29.9915 51.404C36.1431 51.404 41.696 48.8095 45.6204 44.6642L42.6838 41.8966C39.4983 45.2619 34.9967 47.3736 29.9915 47.3736Z" fill="#236BFD"/>
7070
</svg>CODECEPTION_</a>
71-
</div>
71+
</div>
7272

7373
<div class="collapse navbar-collapse menu ">
7474

7575

7676
<ul class="nav navbar-nav navbar-right">
77-
<li><a href="/quickstart">QuickStart</a></li>
77+
<li><a href="/quickstart">QuickStart</a></li>
7878
<li class="dropdown docs-dropdown">
7979
<a class="dropdown-toggle" data-toggle="dropdown" href="#"> Docs
8080
<b class="caret"></b>
81-
</a>
81+
</a>
8282
<ul class="dropdown-menu multi-column columns-3">
8383
<div class="container">
8484
<div class="row">
8585
<div class="col-sm-4 guides-wrapper">
86-
86+
8787
<ul class="multi-column-dropdown">
8888
<li><h4>Guides</h4></li>
8989
{{ guides }}
@@ -116,23 +116,23 @@ <h4>Modules</h4>
116116
</li>
117117
<li>
118118
<a href="/changelog">Releases</a>
119-
</li>
119+
</li>
120120
<li>
121121
<a href="/blog">Blog</a>
122-
</li>
122+
</li>
123123
<li class="dropdown">
124124
<a class="dropdown-toggle" data-toggle="dropdown" href="http://phptest.club/category/codeception">
125125
Use Cases
126126
<b class="caret"></b>
127127
</a>
128128
<ul class="dropdown-menu">
129-
130-
<li><a href="/for/symfony">Symfony</a></li>
129+
<li><a href="/for/symfony">Symfony</a></li>
131130
<li><a href="/for/laravel">Laravel</a></li>
132131
<li><a href="/for/yii">Yii Framework</a></li>
132+
<li><a href="/for/phalcon">Phalcon</a></li>
133133
<li><a href="/for/wordpress">WordPress</a></li>
134134
<li><a href="/for/joomla">Joomla</a></li>
135-
</ul>
135+
</ul>
136136
</li>
137137

138138
<li class="dropdown">
@@ -158,14 +158,14 @@ <h4>Modules</h4>
158158
<li role="separator" class="divider"></li>
159159
<li><a href="https://opencollective.com/codeception"><strong>Support us via OpenCollective!</strong></a></li>
160160
</ul>
161-
</li>
162-
161+
</li>
162+
163163
<li class="hidden-xs">
164164
<a href="https://twitter.com/codeception" class="social-link">
165165
<img src="/images/social/twitter.png" alt="Twitter" title="Follow us in Twitter to recieve updates!">
166166
</a>
167-
</li>
168-
167+
</li>
168+
169169
<li class="hidden-xs">
170170
<a href="https://github.com/codeception/codeception" class="social-link">
171171
<img src="/images/social/github.png" alt="GitHub">
@@ -226,7 +226,7 @@ <h4>
226226
Codeception is a BDD-styled PHP testing framework, brought to you by <a href="http://codeception.com/credits">Codeception Team</a>.
227227
OpenSource <strong>MIT Licensed</strong>.
228228
</p>
229-
229+
230230

231231
</div>
232232

@@ -274,7 +274,7 @@ <h4>they support us_</h4>
274274

275275

276276

277-
277+
278278
</div>
279279
</div>
280280
<div id="copyright">
@@ -322,7 +322,7 @@ <h4>they support us_</h4>
322322
</script>
323323

324324
<div class="visible-lg-block twitter-btn">
325-
325+
326326
<aside>
327327
<a href="https://twitter.com/codeception" class="twitter-follow-button" data-show-count="false"
328328
data-lang="en" data-size="large">Follow @Codeception</a>

docs/04-FunctionalTests.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ modules:
146146

147147
> See module reference to more configuration options
148148

149-
### Phalcon
149+
### Phalcon 4
150150

151-
The `Phalcon` module requires creating a bootstrap file which returns an instance of `\Phalcon\Mvc\Application`.
152-
To start writing functional tests with Phalcon support you should enable the `Phalcon` module
151+
The `Phalcon4` module requires creating a bootstrap file which returns an instance of `\Phalcon\Mvc\Application`.
152+
To start writing functional tests with Phalcon support you should enable the `Phalcon4` module
153153
and provide the path to this bootstrap file:
154154

155155
{% highlight yaml %}
@@ -159,14 +159,14 @@ and provide the path to this bootstrap file:
159159
actor: FunctionalTester
160160
modules:
161161
enabled:
162-
- Phalcon:
162+
- Phalcon4:
163163
bootstrap: 'app/config/bootstrap.php'
164164
cleanup: true
165165
savepoints: true
166166

167167
{% endhighlight %}
168168

169-
[See the full reference](http://codeception.com/docs/modules/Phalcon)
169+
[See the full reference](http://codeception.com/docs/modules/Phalcon4)
170170

171171
## Writing Functional Tests
172172

@@ -279,4 +279,4 @@ If you are using a framework other than the ones listed here, create a module fo
279279

280280

281281
* **Next Chapter: [UnitTests >](/docs/05-UnitTests)**
282-
* **Previous Chapter: [< AcceptanceTests](/docs/03-AcceptanceTests)**
282+
* **Previous Chapter: [< AcceptanceTests](/docs/03-AcceptanceTests)**

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy