Skip to content

Commit 1f8423b

Browse files
committed
cool font added
1 parent 0825fe5 commit 1f8423b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

css/syntax.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ code.yaml .nv {color: #fff;}
2828
margin-bottom: 1em;
2929
max-width:100%;
3030
overflow-y:auto;
31+
padding-left: 10px;
3132
}
3233

3334
code {

index.markdown

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ Anyway, If you don't really like writing unit tests in DSL, Codeceptance can run
6767
Install latest PEAR package from GitHub:
6868

6969
```
70-
pear channel-discover codeception.com/pear
71-
pear install codeception/Codeception
70+
$ pear channel-discover codeception.com/pear
71+
72+
$ pear install codeception/Codeception
7273
```
7374

7475
### Phar
@@ -79,27 +80,27 @@ Copy it into your project.
7980
Run CLI utility:
8081

8182
```
82-
php codecept.phar
83+
$ php codecept.phar
8384
```
8485

8586
## Getting Started
8687

8788
If you sucessfully installed Codeception, run this commands:
8889

8990
```
90-
codecept install
91+
$ codecept install
9192
```
9293

9394
this will install all dependency tools like PHPUnit and Mink
9495

9596
```
96-
codecept bootstrap
97+
$ codecept bootstrap
9798
```
9899

99100
this will create default directory structure and default test suites
100101

101102
```
102-
codecept build
103+
$ codecept build
103104
```
104105

105106
This will generate Guy-classes, in order to make autocomplete works.

0 commit comments

Comments
 (0)