From b594e32f04b6fbacdb506a43509650baa0632e59 Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Tue, 8 Apr 2014 00:03:53 +0700 Subject: [PATCH] Move container files --- .../{Container/Container.php => Element/AbstractElement.php} | 0 src/PhpWord/{Container => Element}/Footer.php | 0 src/PhpWord/{Container => Element}/Header.php | 0 src/PhpWord/{Container => Element}/Section.php | 0 src/PhpWord/{Container/Settings.php => Style/Section.php} | 0 tests/PhpWord/Tests/{Container => Element}/FooterTest.php | 0 tests/PhpWord/Tests/{Container => Element}/HeaderTest.php | 0 tests/PhpWord/Tests/{Container => Element}/SectionTest.php | 0 .../Tests/{Container/SettingsTest.php => Style/SectionTest.php} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename src/PhpWord/{Container/Container.php => Element/AbstractElement.php} (100%) rename src/PhpWord/{Container => Element}/Footer.php (100%) rename src/PhpWord/{Container => Element}/Header.php (100%) rename src/PhpWord/{Container => Element}/Section.php (100%) rename src/PhpWord/{Container/Settings.php => Style/Section.php} (100%) rename tests/PhpWord/Tests/{Container => Element}/FooterTest.php (100%) rename tests/PhpWord/Tests/{Container => Element}/HeaderTest.php (100%) rename tests/PhpWord/Tests/{Container => Element}/SectionTest.php (100%) rename tests/PhpWord/Tests/{Container/SettingsTest.php => Style/SectionTest.php} (100%) diff --git a/src/PhpWord/Container/Container.php b/src/PhpWord/Element/AbstractElement.php similarity index 100% rename from src/PhpWord/Container/Container.php rename to src/PhpWord/Element/AbstractElement.php diff --git a/src/PhpWord/Container/Footer.php b/src/PhpWord/Element/Footer.php similarity index 100% rename from src/PhpWord/Container/Footer.php rename to src/PhpWord/Element/Footer.php diff --git a/src/PhpWord/Container/Header.php b/src/PhpWord/Element/Header.php similarity index 100% rename from src/PhpWord/Container/Header.php rename to src/PhpWord/Element/Header.php diff --git a/src/PhpWord/Container/Section.php b/src/PhpWord/Element/Section.php similarity index 100% rename from src/PhpWord/Container/Section.php rename to src/PhpWord/Element/Section.php diff --git a/src/PhpWord/Container/Settings.php b/src/PhpWord/Style/Section.php similarity index 100% rename from src/PhpWord/Container/Settings.php rename to src/PhpWord/Style/Section.php diff --git a/tests/PhpWord/Tests/Container/FooterTest.php b/tests/PhpWord/Tests/Element/FooterTest.php similarity index 100% rename from tests/PhpWord/Tests/Container/FooterTest.php rename to tests/PhpWord/Tests/Element/FooterTest.php diff --git a/tests/PhpWord/Tests/Container/HeaderTest.php b/tests/PhpWord/Tests/Element/HeaderTest.php similarity index 100% rename from tests/PhpWord/Tests/Container/HeaderTest.php rename to tests/PhpWord/Tests/Element/HeaderTest.php diff --git a/tests/PhpWord/Tests/Container/SectionTest.php b/tests/PhpWord/Tests/Element/SectionTest.php similarity index 100% rename from tests/PhpWord/Tests/Container/SectionTest.php rename to tests/PhpWord/Tests/Element/SectionTest.php diff --git a/tests/PhpWord/Tests/Container/SettingsTest.php b/tests/PhpWord/Tests/Style/SectionTest.php similarity index 100% rename from tests/PhpWord/Tests/Container/SettingsTest.php rename to tests/PhpWord/Tests/Style/SectionTest.php