Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Feb 21, 2014
1 parent 32c24c1 commit 7aae804
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ The best way to learn Robo by example is to take a look into [its own RoboFile](

Here are some snippets from them:

To run test we need to start a server first, and launch a Selenium Server
---

Run acceptance test with local server and selenium server started.


``` php
Expand Down Expand Up @@ -110,8 +112,9 @@ class RoboFile extends \Robo\Tasks {
?>
```

---

### Example: Cleaning Logs and Cache
Cleaning logs and cache

``` php
<?php
Expand Down Expand Up @@ -139,9 +142,9 @@ Can be executed by running:
robo clean
```

### Example: Creating Phar Archive
----

This example was extracted from Codeception and simplified:
Creating Phar archive

``` php
function buildPhar()
Expand All @@ -157,7 +160,9 @@ function buildPhar()
}
```

### Example: Publishing New Release of Robo
---

Publishing New Release of Robo

``` php
<?php
Expand Down

0 comments on commit 7aae804

Please sign in to comment.