PHP Classes

File: tests/eMapper/SQLite/Attribute/ConditionalAttributeTest.php

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   tests/eMapper/SQLite/Attribute/ConditionalAttributeTest.php   Download  
File: tests/eMapper/SQLite/Attribute/ConditionalAttributeTest.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: eMapper
Database abstraction layer that maps data types
Author: By
Last change: Modified: Dynamic attribute tests.
Date: 9 years ago
Size: 326 bytes
 

Contents

Class file image Download
<?php
namespace eMapper\SQLite\Attribute;

use
eMapper\SQLite\SQLiteConfig;
use
eMapper\Attribute\AbstractConditionalAttributeTest;

/**
 * Tests a conditional attribute
 * @author emaphp
 * @group attribute
 * @group sqlite
 */
class ConditionalAttributeTest extends AbstractConditionalAttributeTest {
    use
SQLiteConfig;
}
?>