Skip to content

Commit

Permalink
integrated insight test
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-san committed Mar 16, 2016
1 parent 3ab4d1c commit 8e332fb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
composer.phar
/vendor/
/composer.lock
/tests/coverage*
/tests/coverage*
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ tools:
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
excluded_dirs: [vendor, tests]
3 changes: 3 additions & 0 deletions .sensiolabs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rules:
php.interface_has_no_interface_suffix:
enabled: false
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Packagist Version](https://img.shields.io/packagist/v/remi-san/transaction-manager.svg?style=flat-square)](https://packagist.org/packages/remi-san/transaction-manager)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/remi-san/transaction-manager.svg?style=flat-square)](https://scrutinizer-ci.com/g/remi-san/transaction-manager/code-structure)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f83d5077-8374-4fbd-a20c-b2aba6c496af/small.png)](https://insight.sensiolabs.com/projects/f83d5077-8374-4fbd-a20c-b2aba6c496af)


A simple transaction manager with a naive implementation.

Expand All @@ -28,4 +30,3 @@ Some `Transactional` implementations are provided:
- `DoctrineDbalTransactionManager` to deal with [`Doctrine DBAL`](https://github.com/doctrine/dbal) transactions
- `DoctrineEntityManager` to deal with [`Doctrine ORM`](https://github.com/doctrine/doctrine2) transactions
- `TransactionalEmitter` to emit `Events` with the [`PHP League` lib](https://github.com/thephpleague/event) in a transaction

2 changes: 1 addition & 1 deletion phpspec.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ code_coverage:
- clover
output:
html: tests/coverage
clover: tests/coverage.xml
clover: tests/coverage.xml

0 comments on commit 8e332fb

Please sign in to comment.