Skip to content

Commit

Permalink
added some parts in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Apr 4, 2015
1 parent 9468518 commit 68aeb54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ that are listed in `composer.json`

## HTML-BBCode-Editor

We recommend to use [www.sceditor.com](http://www.sceditor.com).
We recommend to use [www.sceditor.com](http://www.sceditor.com).

## Feature

- ViewHelper

```php
<?= $this->bbCodeParser('foobar') ?>
```

- ValidatorClass => ZfcBBCode\Validator\BBCodeValid
2 changes: 1 addition & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<server name="REMOTE_ADDR" value="127.1.2.3"/>
</php>
<testsuites>
<testsuite name="PaymentAPI component test Suite">
<testsuite name="ZfcBBCode component test Suite">
<directory suffix="Test.php">.</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 68aeb54

Please sign in to comment.