mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
*some fixes
* fixed installing samples when for example Rook Sample already exist and other samples not * fixed some mysql error when character you trying to create already exist * fixed signature fonts finding path * removed DEFAULT '' for TEXT field. It didn't worked under some systems like MAC OS X. * moved news adding at installation from schema.sql to finish.php * removed some unused cities field from myaac_spells table * some optimizations
This commit is contained in:
11
system/libs/twig/Node/Expression/Test/ConstantTest.php
Executable file
11
system/libs/twig/Node/Expression/Test/ConstantTest.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Node\Expression\Test;
|
||||
|
||||
class_exists('Twig_Node_Expression_Test_Constant');
|
||||
|
||||
if (\false) {
|
||||
class ConstantTest extends \Twig_Node_Expression_Test_Constant
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Node/Expression/Test/DefinedTest.php
Executable file
11
system/libs/twig/Node/Expression/Test/DefinedTest.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Node\Expression\Test;
|
||||
|
||||
class_exists('Twig_Node_Expression_Test_Defined');
|
||||
|
||||
if (\false) {
|
||||
class DefinedTest extends \Twig_Node_Expression_Test_Defined
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Node/Expression/Test/DivisiblebyTest.php
Executable file
11
system/libs/twig/Node/Expression/Test/DivisiblebyTest.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Node\Expression\Test;
|
||||
|
||||
class_exists('Twig_Node_Expression_Test_Divisibleby');
|
||||
|
||||
if (\false) {
|
||||
class DivisiblebyTest extends \Twig_Node_Expression_Test_Divisibleby
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Node/Expression/Test/EvenTest.php
Executable file
11
system/libs/twig/Node/Expression/Test/EvenTest.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Node\Expression\Test;
|
||||
|
||||
class_exists('Twig_Node_Expression_Test_Even');
|
||||
|
||||
if (\false) {
|
||||
class EvenTest extends \Twig_Node_Expression_Test_Even
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Node/Expression/Test/NullTest.php
Executable file
11
system/libs/twig/Node/Expression/Test/NullTest.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Node\Expression\Test;
|
||||
|
||||
class_exists('Twig_Node_Expression_Test_Null');
|
||||
|
||||
if (\false) {
|
||||
class NullTest extends \Twig_Node_Expression_Test_Null
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Node/Expression/Test/OddTest.php
Executable file
11
system/libs/twig/Node/Expression/Test/OddTest.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Node\Expression\Test;
|
||||
|
||||
class_exists('Twig_Node_Expression_Test_Odd');
|
||||
|
||||
if (\false) {
|
||||
class OddTest extends \Twig_Node_Expression_Test_Odd
|
||||
{
|
||||
}
|
||||
}
|
11
system/libs/twig/Node/Expression/Test/SameasTest.php
Executable file
11
system/libs/twig/Node/Expression/Test/SameasTest.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig\Node\Expression\Test;
|
||||
|
||||
class_exists('Twig_Node_Expression_Test_Sameas');
|
||||
|
||||
if (\false) {
|
||||
class SameasTest extends \Twig_Node_Expression_Test_Sameas
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user