Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 881f662

Browse files
author
Florian Krämer
committed
Merge branch 'develop'
2 parents 3e8af29 + fd6cbfb commit 881f662

File tree

520 files changed

+679
-53461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+679
-53461
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
._*
44
Icon
55

6-
Vendor/HtmlPurifier/library/HTMLPurifier/DefinitionCache/Serializer/
6+
Vendor/*

.travis.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
language: php
2+
3+
php:
4+
- 5.6
5+
- 7.0
6+
7+
matrix:
8+
allow_failures:
9+
- php: 7.0
10+
11+
fast_finish: true
12+
13+
include:
14+
- php: 5.6
15+
env:
16+
- COVERALLS=1
17+
18+
before_script:
19+
- composer self-update
20+
- composer install --prefer-dist --no-interaction
21+
- sh -c "if [ '$COVERALLS' = '1' ]; then composer require --dev satooshi/php-coveralls:dev-master; fi"
22+
- sh -c "if [ '$COVERALLS' = '1' ]; then mkdir -p build/logs; fi"
23+
24+
script:
25+
- phpunit
26+
- sh -c "if [ '$COVERALLS' = '1' ]; then phpunit --stderr --coverage-clover build/logs/clover.xml; fi"
27+
- sh -c "if [ '$COVERALLS' = '1' ]; then php vendor/bin/coveralls -c .coveralls.yml -v; fi"
28+
29+
notifications:
30+
email: false

Config/bootstrap.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

Controller/Component/HtmlPurifierComponent.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

Controller/HtmlPurifierAppController.php

Lines changed: 0 additions & 6 deletions
This file was deleted.

Lib/Purifier.php

Lines changed: 0 additions & 102 deletions
This file was deleted.

Model/Behavior/HtmlPurifierBehavior.php

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)