Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/Config/SessionConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/**
* @group Zend_Session
* @runTestsInSeparateProcesses
* @covers Zend\Session\Config\SessionConfig
*/
class SessionConfigTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Config/StandardConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Config\StandardConfig
*/
class StandardConfigTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Container
*/
class ContainerTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SaveHandler/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*
* @group Zend_Session
* @group Zend_Cache
* @covers Zend\Session\SaveHandler\Cache
*/
class CacheTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SaveHandler/DbTableGatewayOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Unit testing for DbTableGatewayOptions
*
* @group Zend_Session
* @covers Zend\Session\SaveHandler\DbTableGatewayOptions
*/
class DbTableGatewayOptionsTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SaveHandler/DbTableGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*
* @group Zend_Session
* @group Zend_Db_Table
* @covers Zend\Session\SaveHandler\DbTableGateway
*/
class DbTableGatewayTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SaveHandler/MongoDBOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\SaveHandler\MongoDbOptions
*/
class MongoDBOptionsTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SaveHandler/MongoDBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\SaveHandler\MongoDb
*/
class MongoDBTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Service/ContainerAbstractServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Service\ContainerAbstractServiceFactory
*/
class ContainerAbstractServiceFactoryTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Service/SessionConfigFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Service\SessionConfigFactory
*/
class SessionConfigFactoryTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Service/SessionManagerFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Service\SessionManagerFactory
*/
class SessionManagerFactoryTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Service/StorageFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Service\StorageFactory
*/
class StorageFactoryTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SessionArrayStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Storage\SessionArrayStorage
*/
class SessionArrayStorageTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SessionManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/**
* @group Zend_Session
* @preserveGlobalState disabled
* @covers Zend\Session\SessionManager
*/
class SessionManagerTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/SessionStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Storage\SessionStorage
*/
class SessionStorageTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/StorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Storage\ArrayStorage
*/
class StorageTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Validator/RemoteAddrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Session
* @covers Zend\Session\Validator\RemoteAddr
*/
class RemoteAddrTest extends \PHPUnit_Framework_TestCase
{
Expand Down