File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 44
55## Test with [ Atoum] ( https://github.com/atoum/atoum )
66
7- cd Opengraph/
7+ cd Opengraph/
88 curl -s https://getcomposer.org/installer | php
99 php composer.phar install --dev
10- ./vendor/atoum/atoum/bin/atoum --glob Tests/Units/
11-
10+ ./vendor/bin/phpunit -c phpunit.xml.dist
1211
1312## Writer
1413
15- ``` php
14+ ``` php
1615<?php
1716namespace Application;
1817
@@ -35,16 +34,16 @@ echo $writer->render() . PHP_EOL;
3534
3635Output
3736
38- ``` html
39- <meta property =" og:title" content =" The Rock" />
40- <meta property =" og:type" content =" video.movie" />
41- <meta property =" og:url" content =" http://www.imdb.com/title/tt0117500/" />
42- <meta property =" og:image" content =" http://ia.media-imdb.com/images/rock.jpg" />
37+ ``` html
38+ <meta property =" og:title" content =" The Rock" />
39+ <meta property =" og:type" content =" video.movie" />
40+ <meta property =" og:url" content =" http://www.imdb.com/title/tt0117500/" />
41+ <meta property =" og:image" content =" http://ia.media-imdb.com/images/rock.jpg" />
4342```
4443
4544## Reader
4645
47- ``` php
46+ ``` php
4847<?php
4948namespace Application;
5049
You can’t perform that action at this time.
0 commit comments