1 | <?php |
||
14 | class DatabaseInstallationTest extends TestCase { |
||
15 | |||
16 | private $databaseName; |
||
17 | private $tableNames; |
||
18 | |||
19 | public function setUp() { |
||
24 | |||
25 | /** |
||
26 | * @dataProvider expectedTableNameProvider |
||
27 | */ |
||
28 | public function testTablesAreCreated( string $tableName ) { |
||
34 | |||
35 | public function expectedTableNameProvider() { |
||
43 | |||
44 | } |
||
45 |