Home
last modified time | relevance | path

Searched refs:verifyExtendsOrImplements (Results 1 – 6 of 6) sorted by relevance

/dports/devel/kdev-php/kdev-php-21.12.3/completion/tests/
H A Dtest_completion.cpp780 void TestCompletion::verifyExtendsOrImplements(const QString &codeStr, const QString &completionStr, in verifyExtendsOrImplements() function in Php::TestCompletion
823 verifyExtendsOrImplements(QStringLiteral("<?php "), QStringLiteral("class test extends "), in newExtends()
828 verifyExtendsOrImplements(QStringLiteral("<?php "), QStringLiteral("interface test extends "), in newExtends()
843verifyExtendsOrImplements(QStringLiteral("<?php class test {}"), QStringLiteral("class test extend… in updateExtends()
850verifyExtendsOrImplements(QStringLiteral("<?php interface test {}"), QStringLiteral("interface tes… in updateExtends()
857verifyExtendsOrImplements(QStringLiteral("<?php interface blub{} interface test extends blub {}"), in updateExtends()
866 verifyExtendsOrImplements(QStringLiteral("<?php "), QStringLiteral("class test implements "), in newImplements()
880verifyExtendsOrImplements(QStringLiteral("<?php class test {}"), QStringLiteral("class test implem… in updateImplements()
887verifyExtendsOrImplements(QStringLiteral("<?php interface blub{} class test implements blub {}"), in updateImplements()
896 verifyExtendsOrImplements(QStringLiteral("<?php interface blub{} interface bar extends blub{}"), in avoidCircularInheritance()
[all …]
H A Dtest_completion.h27 void verifyExtendsOrImplements(const QString &code, const QString &actionStr,
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/completion/tests/
H A Dtest_completion.cpp780 void TestCompletion::verifyExtendsOrImplements(const QString &codeStr, const QString &completionStr, in verifyExtendsOrImplements() function in Php::TestCompletion
823 verifyExtendsOrImplements(QStringLiteral("<?php "), QStringLiteral("class test extends "), in newExtends()
828 verifyExtendsOrImplements(QStringLiteral("<?php "), QStringLiteral("interface test extends "), in newExtends()
843verifyExtendsOrImplements(QStringLiteral("<?php class test {}"), QStringLiteral("class test extend… in updateExtends()
850verifyExtendsOrImplements(QStringLiteral("<?php interface test {}"), QStringLiteral("interface tes… in updateExtends()
857verifyExtendsOrImplements(QStringLiteral("<?php interface blub{} interface test extends blub {}"), in updateExtends()
866 verifyExtendsOrImplements(QStringLiteral("<?php "), QStringLiteral("class test implements "), in newImplements()
880verifyExtendsOrImplements(QStringLiteral("<?php class test {}"), QStringLiteral("class test implem… in updateImplements()
887verifyExtendsOrImplements(QStringLiteral("<?php interface blub{} class test implements blub {}"), in updateImplements()
896 verifyExtendsOrImplements(QStringLiteral("<?php interface blub{} interface bar extends blub{}"), in avoidCircularInheritance()
[all …]
H A Dtest_completion.h27 void verifyExtendsOrImplements(const QString &code, const QString &actionStr,
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/completion/tests/
H A Dtest_completion.cpp822 verifyExtendsOrImplements("<?php ", "class test extends ", in newExtends()
827 verifyExtendsOrImplements("<?php ", "interface test extends ", in newExtends()
842 verifyExtendsOrImplements("<?php class test {}", "class test extends ", in updateExtends()
849 verifyExtendsOrImplements("<?php interface test {}", "interface test extends ", in updateExtends()
856 verifyExtendsOrImplements("<?php interface blub{} interface test extends blub {}", in updateExtends()
865 verifyExtendsOrImplements("<?php ", "class test implements ", in newImplements()
869 verifyExtendsOrImplements("<?php interface blub{}", " class test implements blub, ", in newImplements()
879 verifyExtendsOrImplements("<?php class test {}", "class test implements ", in updateImplements()
886 verifyExtendsOrImplements("<?php interface blub{} class test implements blub {}", in updateImplements()
895 verifyExtendsOrImplements("<?php interface blub{} interface bar extends blub{}", in avoidCircularInheritance()
[all …]
H A Dtest_completion.h26 void verifyExtendsOrImplements(const QString &code, const QString &actionStr,