Completed
Push — master ( 645a97...69352f )
by Dominik
03:30
created

NotificationRepositoryTest   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 1
Bugs 0 Features 1
Metric Value
wmc 1
c 1
b 0
f 1
lcom 0
cbo 0
dl 0
loc 6
rs 10

1 Method

Rating   Name   Duplication   Size   Complexity  
A testNothing() 0 3 1
1
<?php
2
namespace Azine\EmailBundle\Tests\Entity\Repositories;
3
4
class NotificationRepositoryTest extends \PHPUnit_Framework_TestCase
5
{
6
    public function testNothing(){
7
        // without database and test-data, there's no use in testing this class.
8
    }
9
}