We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6198da8 commit ba5dd09Copy full SHA for ba5dd09
lib/Compiler.php
@@ -16,7 +16,7 @@
16
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
*
18
* @package Secondtruth\Compiler
19
- * @version 0.1
+ * @version 1.0-dev
20
* @link http://www.secpndtruth.de
21
* @license ISC License <http://opensource.org/licenses/ISC>
22
*/
tests/CompilerTest.php
@@ -90,9 +90,4 @@ public function testAddDirectoryWithFilter()
90
$this->assertTrue(isset($phar['dir/abc.php']));
91
$this->assertFalse(isset($phar['dir/def.txt']));
92
}
93
-
94
- protected function doTest()
95
- {
96
97
- }
98
0 commit comments