Skip to content

Commit

Permalink
Handle registration errors better in DebugSubscriberTest. Add compose…
Browse files Browse the repository at this point in the history
…r.json.
  • Loading branch information
fgm committed Nov 27, 2013
1 parent d54d2e1 commit c3a66f6
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
build
vendor

composer.phar

phpunit.xml
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "osinet/heisencache",
"description": "A cache decorator for Drupal, to reduce uncertainty by observing cache behaviour",
"license": "GPL-2.0+",
"authors": [
{
"name": "Frederic G. MARAND",
"email": "fgm@osinet.fr"
}
],
"config": {
"process-timeout": 3600
},
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": "3.7.10"
}
}
Loading

0 comments on commit c3a66f6

Please sign in to comment.